Skip to content

Commit e8a7348

Browse files
committed
Removed lint exclude
1 parent 76f50f3 commit e8a7348

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
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)