diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-03 10:27:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-03 16:35:18 +0200 |
commit | 6d210220be0875d63461829d83c6e3a59d05cf7a (patch) | |
tree | 60ec5b596ef06295b70ebb553920a39b549e0f13 /client/angular.json | |
parent | 2ede07153ce0282b116345dfee09bff902355a75 (diff) | |
download | PeerTube-6d210220be0875d63461829d83c6e3a59d05cf7a.tar.gz PeerTube-6d210220be0875d63461829d83c6e3a59d05cf7a.tar.zst PeerTube-6d210220be0875d63461829d83c6e3a59d05cf7a.zip |
Fix NSFW filter and add tests
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index 0ec6f68bb..69de2e784 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -281,6 +281,7 @@ | |||
281 | "builder": "@angular-eslint/builder:lint", | 281 | "builder": "@angular-eslint/builder:lint", |
282 | "options": { | 282 | "options": { |
283 | "lintFilePatterns": [ | 283 | "lintFilePatterns": [ |
284 | "e2e/**/*.ts", | ||
284 | "src/**/*.ts", | 285 | "src/**/*.ts", |
285 | "src/**/*.html" | 286 | "src/**/*.html" |
286 | ] | 287 | ] |