Skip to content
Snippets Groups Projects
Commit 1cae0fe7 authored by Titus Netland's avatar Titus Netland
Browse files

line break errors ignored

parent 84a8fa8a
No related branches found
No related tags found
1 merge request!30line break errors ignored
Pipeline #176758 passed with stages
in 1 minute and 33 seconds
......@@ -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",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment