Fixed lint

This commit is contained in:
Erik Tiekstra
2021-11-15 07:25:33 +01:00
parent 0d27c757ba
commit ce833b31bb
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -20,7 +20,9 @@
2,
{
"ignorePattern": "^import\\s.+\\sfrom\\s.+;$",
"ignoreUrls": true
"ignoreUrls": true,
"ignoreStrings": true,
"ignoreRegExpLiterals": true
}
],
"@angular-eslint/directive-selector": [