From 367df61fd75e41b23555b00a5da190e85b1d73ab Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 1 Jul 2020 18:19:56 +0100 Subject: [PATCH] Fix prettier<->eslint battles --- .eslintrc.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 19957c46..a8fb4606 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -104,7 +104,6 @@ module.exports = { "@typescript-eslint/no-empty-interface": "error", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-extra-non-null-assertion": "error", - "@typescript-eslint/no-extra-semi": "error", "@typescript-eslint/no-floating-promises": "off", //"error", // We should turn this on eventually but it will take a while to fix "@typescript-eslint/no-for-in-array": "error", "@typescript-eslint/no-implied-eval": "error", @@ -214,7 +213,6 @@ module.exports = { ], "no-empty-function": "off", "no-eval": "off", - "no-extra-semi": "error", "no-fallthrough": "off", "no-invalid-this": "off", "no-multiple-empty-lines": "error", @@ -248,14 +246,6 @@ module.exports = { "quote-props": "off", "radix": "error", "require-await": "off", - "space-before-function-paren": [ - "error", - { - "anonymous": "never", - "asyncArrow": "always", - "named": "never" - } - ], "spaced-comment": [ "error", "always",