ref/ set default angular eslint rules
This commit is contained in:
@@ -132,10 +132,9 @@
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"eslintConfig": ".eslintrc.json",
|
||||
"lintFilePatterns": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.component.html"
|
||||
"src/**/*.html"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -148,7 +147,6 @@
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"eslintConfig": ".eslintrc.json",
|
||||
"lintFilePatterns": [
|
||||
"e2e/**/*.ts"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user