diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-13 11:58:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-13 12:14:26 +0200 |
commit | ba2684ceddf9b76312635b9cddc6bf6975ce436a (patch) | |
tree | d7c9618b9a6f632029d809d8bf342adc26c85cc8 /.eslintrc.json | |
parent | e45dd87b93c621c606415f9e8d0d381de6d7a2d7 (diff) | |
download | PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.tar.gz PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.tar.zst PeerTube-ba2684ceddf9b76312635b9cddc6bf6975ce436a.zip |
Fix lint
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index dd3821398..c2dd2fc44 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -43,7 +43,9 @@ | |||
43 | 2, | 43 | 2, |
44 | { | 44 | { |
45 | "SwitchCase": 1, | 45 | "SwitchCase": 1, |
46 | "MemberExpression": "off" | 46 | "MemberExpression": "off", |
47 | // https://github.com/eslint/eslint/issues/15299 | ||
48 | "ignoredNodes": ["PropertyDefinition"] | ||
47 | } | 49 | } |
48 | ], | 50 | ], |
49 | "@typescript-eslint/consistent-type-assertions": [ | 51 | "@typescript-eslint/consistent-type-assertions": [ |