diff --git a/.eslintrc.js b/.eslintrc.js index 924eddfc3..b1d079e73 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,7 +35,7 @@ module.exports = { 4 ], 'linebreak-style': [ - 'off', // git handles linebreak conversion for us + 'error', // git handles linebreak conversion for us 'unix' ], 'quotes': [