aboutsummaryrefslogtreecommitdiffhomepage
path: root/tslint.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-31 16:56:52 +0100
committerChocobozzz <me@florianbigard.com>2020-02-03 08:31:02 +0100
commita15871560f80e07386c1dabb8370cd2664ecfd1f (patch)
tree44440e140c9e43b0d7f97ade777a76e649e0553d /tslint.json
parenta22046d166805222ca76060e471b6cb3d419a32d (diff)
downloadPeerTube-a15871560f80e07386c1dabb8370cd2664ecfd1f.tar.gz
PeerTube-a15871560f80e07386c1dabb8370cd2664ecfd1f.tar.zst
PeerTube-a15871560f80e07386c1dabb8370cd2664ecfd1f.zip
Move to eslintcontain
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json19
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}