diff options
author | BO41 <lukasw41@gmail.com> | 2018-10-16 01:04:50 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-10-16 01:04:50 +0200 |
commit | dffd5d127f49eb63d2b2b3133aec75ec1d7e4dcb (patch) | |
tree | 4c0f57248268e780804243dac46f8ae9bda96a94 /tslint.json | |
parent | 4fe98be6b421498577dc0bbcbe22c105408f394d (diff) | |
download | PeerTube-dffd5d127f49eb63d2b2b3133aec75ec1d7e4dcb.tar.gz PeerTube-dffd5d127f49eb63d2b2b3133aec75ec1d7e4dcb.tar.zst PeerTube-dffd5d127f49eb63d2b2b3133aec75ec1d7e4dcb.zip |
update tslint config and fix member ordering (#1279)
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 92d0bd2b1..6828f4325 100644 --- a/tslint.json +++ b/tslint.json | |||
@@ -4,7 +4,7 @@ | |||
4 | "await-promise": [true, "Bluebird"], | 4 | "await-promise": [true, "Bluebird"], |
5 | "no-inferrable-types": true, | 5 | "no-inferrable-types": true, |
6 | "eofline": true, | 6 | "eofline": true, |
7 | "indent": ["spaces"], | 7 | "indent": [true, "spaces"], |
8 | "ter-indent": [true, 2], | 8 | "ter-indent": [true, 2], |
9 | "max-line-length": [true, 140], | 9 | "max-line-length": [true, 140], |
10 | "no-unused-variable": false, // Memory issues | 10 | "no-unused-variable": false, // Memory issues |