diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-04-07 13:58:55 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-04-07 13:58:55 +0530 |
commit | faba5e9db8e0d1fdc4845de6b504b4e2ea3ca72b (patch) | |
tree | 53bbc26d9e5d16e168e682ce808461a395e00f45 /.eslintrc.js | |
parent | fb2e2f89935240666de66e4b2c11125cb3b2943d (diff) |
finally make linter happy
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 0d84f0f58..102bc223a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,6 +18,7 @@ module.exports = { rules: { "no-constant-condition": ["error", { "checkLoops": false }], "prefer-const": ["warn", { destructuring: "all" }], + "no-prototype-builtins": "off", "@typescript-eslint/camelcase": "off", "@typescript-eslint/ban-ts-ignore": "off", "@typescript-eslint/no-explicit-any": "off", |