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/tsconfig.json | |
parent | adb8809d43648ea0a64d6845bb39aa3bd0e005a6 (diff) | |
download | PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.tar.gz PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.tar.zst PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.zip |
Migrate client to eslint
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index fdf4dc777..56e7b68ee 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -53,7 +53,8 @@ | |||
53 | ], | 53 | ], |
54 | "exclude": [ | 54 | "exclude": [ |
55 | "../node_modules", | 55 | "../node_modules", |
56 | "../server" | 56 | "../server", |
57 | "node_modules" | ||
57 | ], | 58 | ], |
58 | "angularCompilerOptions": { | 59 | "angularCompilerOptions": { |
59 | "strictInjectionParameters": true, | 60 | "strictInjectionParameters": true, |