diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-17 10:55:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-17 11:42:50 +0200 |
commit | faa9d434b4d681837ff2a87603337c2623419669 (patch) | |
tree | 1f3c798dd6fd5f2dcbb019978f063f448c019974 /.eslintrc.json | |
parent | 982f2fc9b42537ca40ff29bf62c1ca3692d4b587 (diff) | |
download | PeerTube-faa9d434b4d681837ff2a87603337c2623419669.tar.gz PeerTube-faa9d434b4d681837ff2a87603337c2623419669.tar.zst PeerTube-faa9d434b4d681837ff2a87603337c2623419669.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 e71be9bc5..db8e6b9c5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -72,6 +72,8 @@ | |||
72 | ], | 72 | ], |
73 | 73 | ||
74 | "@typescript-eslint/return-await": "off", | 74 | "@typescript-eslint/return-await": "off", |
75 | "@typescript-eslint/dot-notation": "off", | ||
76 | "@typescript-eslint/method-signature-style": "off", | ||
75 | "@typescript-eslint/no-base-to-string": "off", | 77 | "@typescript-eslint/no-base-to-string": "off", |
76 | "@typescript-eslint/quotes": "off", | 78 | "@typescript-eslint/quotes": "off", |
77 | "@typescript-eslint/no-var-requires": "off", | 79 | "@typescript-eslint/no-var-requires": "off", |