aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-17 14:42:53 +0200
committerChocobozzz <me@florianbigard.com>2021-08-18 08:35:06 +0200
commit9df52d660feb722404be00a50f3c8a612bec1c15 (patch)
treedde52880fa012874d24c60f64eb596b0a789cc8b /client/tsconfig.json
parentadb8809d43648ea0a64d6845bb39aa3bd0e005a6 (diff)
downloadPeerTube-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.json3
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,