diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-31 16:56:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-03 08:31:02 +0100 |
commit | a15871560f80e07386c1dabb8370cd2664ecfd1f (patch) | |
tree | 44440e140c9e43b0d7f97ade777a76e649e0553d /tslint.json | |
parent | a22046d166805222ca76060e471b6cb3d419a32d (diff) | |
download | PeerTube-a15871560f80e07386c1dabb8370cd2664ecfd1f.tar.gz PeerTube-a15871560f80e07386c1dabb8370cd2664ecfd1f.tar.zst PeerTube-a15871560f80e07386c1dabb8370cd2664ecfd1f.zip |
Move to eslintcontain
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tslint.json b/tslint.json deleted file mode 100644 index cfe2ac712..000000000 --- a/tslint.json +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | { | ||
2 | "extends": "tslint-config-standard", | ||
3 | "rules": { | ||
4 | "await-promise": [true, "Bluebird"], | ||
5 | "no-inferrable-types": true, | ||
6 | "eofline": true, | ||
7 | "indent": [true, "spaces"], | ||
8 | "ter-indent": [ | ||
9 | true, | ||
10 | 2, | ||
11 | { | ||
12 | "SwitchCase": 1 | ||
13 | } | ||
14 | ], | ||
15 | "max-line-length": [true, 140], | ||
16 | "no-unused-variable": false, // Memory issues | ||
17 | "no-floating-promises": false | ||
18 | } | ||
19 | } | ||