Skip to content

Commit 5dabc04

Browse files
committed
update typescript-eslint
1 parent 76f50f3 commit 5dabc04

File tree

3 files changed

+299
-149
lines changed

3 files changed

+299
-149
lines changed

webapp/angular.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,7 @@
101101
"builder": "@angular-eslint/builder:lint",
102102
"options": {
103103
"lintFilePatterns": ["src/**/*.ts"],
104-
"eslintConfig": "./.eslintrc.json",
105-
"exclude": [
106-
"**/node_modules/**",
107-
"**/*.html"
108-
]
104+
"eslintConfig": "./.eslintrc.json"
109105
}
110106
}
111107
}

0 commit comments

Comments
 (0)