diff --git a/.eslintrc.js b/.eslintrc.js index c5b06f6..beb6893 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,7 +18,7 @@ module.exports = { 4, { 'SwitchCase': 1 } ], - 'linebreak-style': "off", + 'linebreak-style': 'off', 'quotes': [ 'error', 'single'