diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-18 10:43:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-18 10:44:16 +0200 |
commit | e5a818d3cb2c33f52715ace50e580ee899c9da94 (patch) | |
tree | 9b956fb0e300d840a10e457c119f62ec482923ff /client/tsconfig.eslint.json | |
parent | 33a53638c2b7a41a4e39558582f604d3036d4fa3 (diff) | |
download | PeerTube-e5a818d3cb2c33f52715ace50e580ee899c9da94.tar.gz PeerTube-e5a818d3cb2c33f52715ace50e580ee899c9da94.tar.zst PeerTube-e5a818d3cb2c33f52715ace50e580ee899c9da94.zip |
Speed up client lint
Diffstat (limited to 'client/tsconfig.eslint.json')
-rw-r--r-- | client/tsconfig.eslint.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/tsconfig.eslint.json b/client/tsconfig.eslint.json new file mode 100644 index 000000000..a18c461fe --- /dev/null +++ b/client/tsconfig.eslint.json | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "extends": "./tsconfig.json", | ||
3 | "include": [ | ||
4 | // adjust "includes" to what makes sense for you and your project | ||
5 | "src/**/*.ts", | ||
6 | "e2e/**/*.ts" | ||
7 | ] | ||
8 | } | ||