diff --git a/.eslintrc.js b/.eslintrc.js index 1405940ed6d274595b90e54e638005923fe62f80..41ce705b2ee4b84935e042fa4283a14644978383 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,7 @@ module.exports = { parser: "@babel/eslint-parser", }, rules: { + "linebreak-style": 0, "no-console": process.env.NODE_ENV === "production" ? "warn" : "off", "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off", },