We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3a5a6 commit 8cc08d7Copy full SHA for 8cc08d7
web2/.eslintrc.js
@@ -13,6 +13,7 @@ module.exports = {
13
rules: {
14
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
15
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
16
+ 'linebreak-style': 'off',
17
},
18
overrides: [
19
{
0 commit comments