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

Merge branch 'ignore_linebreak_errors' into 'main'

line break errors ignored

See merge request !30
parents 84a8fa8a 1cae0fe7
No related branches found
No related tags found
1 merge request!30line break errors ignored
Pipeline #176763 passed
...@@ -12,6 +12,7 @@ module.exports = { ...@@ -12,6 +12,7 @@ module.exports = {
parser: "@babel/eslint-parser", parser: "@babel/eslint-parser",
}, },
rules: { rules: {
"linebreak-style": 0,
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off", "no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": 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