aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.eslintrc.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-13 11:58:01 +0200
committerChocobozzz <me@florianbigard.com>2022-07-13 12:14:26 +0200
commitba2684ceddf9b76312635b9cddc6bf6975ce436a (patch)
treed7c9618b9a6f632029d809d8bf342adc26c85cc8 /client/.eslintrc.json
parente45dd87b93c621c606415f9e8d0d381de6d7a2d7 (diff)
downloadPeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.tar.gz
PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.tar.zst
PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.zip
Fix lint
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r--client/.eslintrc.json2
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 {