diff --git a/.eslintrc.js b/.eslintrc.js index 2951d0c6..1f0d3899 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -67,10 +67,12 @@ module.exports = { "init-declarations": "off", "jsx-quotes": "error", "key-spacing": "error", - "keyword-spacing": "off", - "linebreak-style": [ + "keyword-spacing": [ "error", - "unix" + { + "before": true, + "after": true + } ], "lines-around-comment": "error", "max-depth": "off",