diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/client/angular.json b/client/angular.json index 60a630c89..556df6bbd 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -203,7 +203,9 @@ | |||
203 | ] | 203 | ] |
204 | }, | 204 | }, |
205 | "ar-locale": { | 205 | "ar-locale": { |
206 | "localize": ["ar"], | 206 | "localize": [ |
207 | "ar" | ||
208 | ], | ||
207 | "budgets": [ | 209 | "budgets": [ |
208 | { | 210 | { |
209 | "type": "anyComponentStyle", | 211 | "type": "anyComponentStyle", |
@@ -295,13 +297,11 @@ | |||
295 | } | 297 | } |
296 | }, | 298 | }, |
297 | "lint": { | 299 | "lint": { |
298 | "builder": "@angular-devkit/build-angular:tslint", | 300 | "builder": "@angular-eslint/builder:lint", |
299 | "options": { | 301 | "options": { |
300 | "tsConfig": [ | 302 | "lintFilePatterns": [ |
301 | "tsconfig.json" | 303 | "src/**/*.ts", |
302 | ], | 304 | "src/**/*.html" |
303 | "exclude": [ | ||
304 | "**/node_modules/**" | ||
305 | ] | 305 | ] |
306 | } | 306 | } |
307 | }, | 307 | }, |
@@ -378,17 +378,6 @@ | |||
378 | "protractorConfig": "e2e/local-protractor.conf.js" | 378 | "protractorConfig": "e2e/local-protractor.conf.js" |
379 | } | 379 | } |
380 | } | 380 | } |
381 | }, | ||
382 | "lint": { | ||
383 | "builder": "@angular-devkit/build-angular:tslint", | ||
384 | "options": { | ||
385 | "tsConfig": [ | ||
386 | "e2e/tsconfig.e2e.json" | ||
387 | ], | ||
388 | "exclude": [ | ||
389 | "**/node_modules/**" | ||
390 | ] | ||
391 | } | ||
392 | } | 381 | } |
393 | } | 382 | } |
394 | } | 383 | } |