Skip to content

Commit b2ec766

Browse files
committed
updating eslint
1 parent ce6a3a2 commit b2ec766

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: angular.json

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"sourceRoot": "src",
99
"projectType": "application",
1010
"architect": {
11+
"lint": {
12+
"builder": "@angular-eslint/builder:lint",
13+
"options": {
14+
"lintFilePatterns": ["**/*.spec.ts", "**/*.ts"]
15+
}
16+
},
1117
"build": {
1218
"builder": "@angular-devkit/build-angular:browser",
1319
"options": {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
"typedoc": "^0.25.8",
8181
"typescript": "^5.3.3"
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)