diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-28 14:49:03 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-05-04 16:21:39 +0200 |
commit | 4a8d113b9b57d97ff13ad1608798eabca99643e4 (patch) | |
tree | 7c6e1ba86bff31680ba6c8ba4bd903b997592269 /.eslintrc.json | |
parent | 98813e69bccc568eff771cfcaf907ccdd82ce3f1 (diff) | |
download | PeerTube-4a8d113b9b57d97ff13ad1608798eabca99643e4.tar.gz PeerTube-4a8d113b9b57d97ff13ad1608798eabca99643e4.tar.zst PeerTube-4a8d113b9b57d97ff13ad1608798eabca99643e4.zip |
Begin support for external auths
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
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" |