diff --git a/.eslintrc.js b/.eslintrc.js index c889145c0..2d7febb56 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -203,7 +203,6 @@ module.exports = { "one-var-declaration-per-line": [2, "initializations"], "operator-assignment": [2, "always"], "operator-linebreak": [2, "after"], - "padded-blocks": [2, "never"], "padding-line-between-statements": 0, "prefer-arrow-callback": ["error", {"allowNamedFunctions": true}], "prefer-const": 0, // TODO: Change to `1`?