diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 22:04:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 22:04:27 +0200 |
commit | 33f12c744149b271281226a1759eb744a7417412 (patch) | |
tree | 33ef257e23f632705c2376a74032aed9b56f2f01 /client/tslint.json | |
parent | f0a397ee3dc8bd387330cc3c46a639b680e23991 (diff) | |
download | PeerTube-33f12c744149b271281226a1759eb744a7417412.tar.gz PeerTube-33f12c744149b271281226a1759eb744a7417412.tar.zst PeerTube-33f12c744149b271281226a1759eb744a7417412.zip |
Remove the include of ng2 bootstrap in the html index
Diffstat (limited to 'client/tslint.json')
-rw-r--r-- | client/tslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tslint.json b/client/tslint.json index 9653c965b..0cffea582 100644 --- a/client/tslint.json +++ b/client/tslint.json | |||
@@ -2,6 +2,7 @@ | |||
2 | "rulesDirectory": ["./node_modules/codelyzer"], | 2 | "rulesDirectory": ["./node_modules/codelyzer"], |
3 | "rules": { | 3 | "rules": { |
4 | "class-name": true, | 4 | "class-name": true, |
5 | "no-inferrable-types": true, | ||
5 | "curly": false, | 6 | "curly": false, |
6 | "eofline": true, | 7 | "eofline": true, |
7 | "indent": ["spaces"], | 8 | "indent": ["spaces"], |