aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-28 14:49:03 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-05-04 16:21:39 +0200
commit4a8d113b9b57d97ff13ad1608798eabca99643e4 (patch)
tree7c6e1ba86bff31680ba6c8ba4bd903b997592269 /.eslintrc.json
parent98813e69bccc568eff771cfcaf907ccdd82ce3f1 (diff)
downloadPeerTube-4a8d113b9b57d97ff13ad1608798eabca99643e4.tar.gz
PeerTube-4a8d113b9b57d97ff13ad1608798eabca99643e4.tar.zst
PeerTube-4a8d113b9b57d97ff13ad1608798eabca99643e4.zip
Begin support for external auths
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 9b578b186..e71be9bc5 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -83,6 +83,7 @@
83 "@typescript-eslint/consistent-type-definitions": "off", 83 "@typescript-eslint/consistent-type-definitions": "off",
84 "@typescript-eslint/no-misused-promises": "off", 84 "@typescript-eslint/no-misused-promises": "off",
85 "@typescript-eslint/no-namespace": "off", 85 "@typescript-eslint/no-namespace": "off",
86 "@typescript-eslint/no-empty-interface": "off",
86 "@typescript-eslint/no-extraneous-class": "off", 87 "@typescript-eslint/no-extraneous-class": "off",
87 // bugged but useful 88 // bugged but useful
88 "@typescript-eslint/restrict-plus-operands": "off" 89 "@typescript-eslint/restrict-plus-operands": "off"