diff --git a/.eslintrc.js b/.eslintrc.js index b57583c7a..8ade9fc32 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -124,7 +124,7 @@ module.exports = { "no-mixed-requires": "error", "no-multi-spaces": "error", "no-multi-str": "error", - "no-multiple-empty-lines": "error", + "no-multiple-empty-lines": "warn", "no-native-reassign": "error", "no-negated-condition": "off", "no-nested-ternary": "error", @@ -228,4 +228,4 @@ module.exports = { "never" ] } -}; \ No newline at end of file +};