mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-7311] add no-angular-material-selectors eslint rule (#3732)
* [ACS-7311] add no-angular-material-selectors rule, fix errors * [ACS-7311] fix faulty unit tests
This commit is contained in:
+3
-1
@@ -320,10 +320,12 @@
|
||||
},
|
||||
{
|
||||
"files": ["*.spec.ts", "*.test.ts", "*.e2e.ts"],
|
||||
"plugins": ["@alfresco/eslint-angular"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-floating-promises": "warn",
|
||||
"@typescript-eslint/no-misused-promises": "warn",
|
||||
"max-lines": "off"
|
||||
"max-lines": "off",
|
||||
"@alfresco/eslint-angular/no-angular-material-selectors": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user