diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-01 14:16:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-01 14:46:53 +0200 |
commit | d96994289b24c4bbd056660c5fe11fff0f77635e (patch) | |
tree | f3c21a32735b665184ee8e62e79a869f99c01a09 /.eslintrc.json | |
parent | 4adebd513ec207d54e76a09cd4a8554d1900d34a (diff) | |
download | PeerTube-d96994289b24c4bbd056660c5fe11fff0f77635e.tar.gz PeerTube-d96994289b24c4bbd056660c5fe11fff0f77635e.tar.zst PeerTube-d96994289b24c4bbd056660c5fe11fff0f77635e.zip |
Update server dependencies
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index f099f38ba..8160753bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -64,6 +64,8 @@ | |||
64 | } | 64 | } |
65 | ], | 65 | ], |
66 | 66 | ||
67 | "@typescript-eslint/return-await": "off", | ||
68 | "@typescript-eslint/no-base-to-string": "off", | ||
67 | "@typescript-eslint/quotes": "off", | 69 | "@typescript-eslint/quotes": "off", |
68 | "@typescript-eslint/no-var-requires": "off", | 70 | "@typescript-eslint/no-var-requires": "off", |
69 | "@typescript-eslint/explicit-function-return-type": "off", | 71 | "@typescript-eslint/explicit-function-return-type": "off", |