diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-17 14:42:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-18 08:35:06 +0200 |
commit | 9df52d660feb722404be00a50f3c8a612bec1c15 (patch) | |
tree | dde52880fa012874d24c60f64eb596b0a789cc8b /client/angular.json | |
parent | adb8809d43648ea0a64d6845bb39aa3bd0e005a6 (diff) | |
download | PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.tar.gz PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.tar.zst PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.zip |
Migrate client to eslint
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 | } |