diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-13 11:58:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-13 12:14:26 +0200 |
commit | ba2684ceddf9b76312635b9cddc6bf6975ce436a (patch) | |
tree | d7c9618b9a6f632029d809d8bf342adc26c85cc8 /client | |
parent | e45dd87b93c621c606415f9e8d0d381de6d7a2d7 (diff) | |
download | PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.tar.gz PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.tar.zst PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.zip |
Fix lint
Diffstat (limited to 'client')
-rw-r--r-- | client/.eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 021de0118..f9326acc8 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json | |||
@@ -29,7 +29,7 @@ | |||
29 | "arrow-body-style": "off", | 29 | "arrow-body-style": "off", |
30 | "import/no-webpack-loader-syntax": "off", | 30 | "import/no-webpack-loader-syntax": "off", |
31 | "no-underscore-dangle": "off", | 31 | "no-underscore-dangle": "off", |
32 | "node/no-callback-literal": "off", | 32 | "n/no-callback-literal": "off", |
33 | "@angular-eslint/component-selector": [ | 33 | "@angular-eslint/component-selector": [ |
34 | "error", | 34 | "error", |
35 | { | 35 | { |