diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:26:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:26:53 +0200 |
commit | f2659ae0b0bae6c1b2ee4dcf331a42e440274c02 (patch) | |
tree | 034b9cfbde81e1d955bb48fcb77b147e6c8bc096 /client/tslint.json | |
parent | ae04a0ce1298ca4db8b2d0d69df36845213e5fcb (diff) | |
download | PeerTube-f2659ae0b0bae6c1b2ee4dcf331a42e440274c02.tar.gz PeerTube-f2659ae0b0bae6c1b2ee4dcf331a42e440274c02.tar.zst PeerTube-f2659ae0b0bae6c1b2ee4dcf331a42e440274c02.zip |
Upgrade tslint rules
Diffstat (limited to 'client/tslint.json')
-rw-r--r-- | client/tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tslint.json b/client/tslint.json index db852d9f8..e997088fd 100644 --- a/client/tslint.json +++ b/client/tslint.json | |||
@@ -31,7 +31,7 @@ | |||
31 | "contextual-life-cycle": true, | 31 | "contextual-life-cycle": true, |
32 | "trackBy-function": false, | 32 | "trackBy-function": false, |
33 | "use-pipe-transform-interface": true, | 33 | "use-pipe-transform-interface": true, |
34 | "pipe-naming": [true, "camelCase", "my"], | 34 | "pipe-prefix": [true, "my"], |
35 | "component-class-suffix": true, | 35 | "component-class-suffix": true, |
36 | "directive-class-suffix": true, | 36 | "directive-class-suffix": true, |
37 | "pipe-impure": true | 37 | "pipe-impure": true |