aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-28 16:03:39 +0100
committerChocobozzz <me@florianbigard.com>2020-02-28 16:21:34 +0100
commitbdd428a6d9138d751f8cde82867022a93f1a76cc (patch)
treec2b671c3d6a34daddd20e30656f573cf59905f13 /.eslintrc.json
parent9d94e5d7b96332d628ed835c67c2986289ead9b2 (diff)
downloadPeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.tar.gz
PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.tar.zst
PeerTube-bdd428a6d9138d751f8cde82867022a93f1a76cc.zip
Update dependencies
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a86c5bbba..f099f38ba 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -63,11 +63,13 @@
63 "allowNumber": "true" 63 "allowNumber": "true"
64 } 64 }
65 ], 65 ],
66
66 "@typescript-eslint/quotes": "off", 67 "@typescript-eslint/quotes": "off",
67 "@typescript-eslint/no-var-requires": "off", 68 "@typescript-eslint/no-var-requires": "off",
68 "@typescript-eslint/explicit-function-return-type": "off", 69 "@typescript-eslint/explicit-function-return-type": "off",
69 "@typescript-eslint/promise-function-async": "off", 70 "@typescript-eslint/promise-function-async": "off",
70 "@typescript-eslint/no-dynamic-delete": "off", 71 "@typescript-eslint/no-dynamic-delete": "off",
72 "@typescript-eslint/no-unnecessary-boolean-literal-compare": "off",
71 "@typescript-eslint/strict-boolean-expressions": "off", 73 "@typescript-eslint/strict-boolean-expressions": "off",
72 "@typescript-eslint/consistent-type-definitions": "off", 74 "@typescript-eslint/consistent-type-definitions": "off",
73 "@typescript-eslint/no-misused-promises": "off", 75 "@typescript-eslint/no-misused-promises": "off",