diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-30 16:24:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-01 15:06:46 +0200 |
commit | 3419e0e1fe8e48a08b63ca0ded31087f913eb2b6 (patch) | |
tree | 63ac7190b79194e93aec9bbfd3c336e60f469e9d /client/.eslintrc.json | |
parent | 2a4c9669d2d6ac6cd4ae43544698f826ae98080f (diff) | |
download | PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.tar.gz PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.tar.zst PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.zip |
Migrate to webdriverio
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r-- | client/.eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/.eslintrc.json b/client/.eslintrc.json index cfa758405..021de0118 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json | |||
@@ -22,6 +22,8 @@ | |||
22 | "plugin:@angular-eslint/template/process-inline-templates" | 22 | "plugin:@angular-eslint/template/process-inline-templates" |
23 | ], | 23 | ], |
24 | "rules": { | 24 | "rules": { |
25 | "jsdoc/newline-after-description": "off", | ||
26 | "jsdoc/check-alignment": "off", | ||
25 | "lines-between-class-members": "off", | 27 | "lines-between-class-members": "off", |
26 | "@typescript-eslint/lines-between-class-members": [ "off" ], | 28 | "@typescript-eslint/lines-between-class-members": [ "off" ], |
27 | "arrow-body-style": "off", | 29 | "arrow-body-style": "off", |