mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
Disable max-lines
ESLint rule (#2161)
* Disable max-lines ESlint rule There are several webapp files that exceed the default ESLint max-lines rule. This commit disables the rule to avoid polluting the VSCode problems view with these warnings. * fix tab versus space
This commit is contained in:
parent
61e07c3df7
commit
1e053dc36d
@ -25,6 +25,7 @@
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"max-lines": "off",
|
||||
"no-unused-expressions": 0,
|
||||
"babel/no-unused-expressions": [2, {"allowShortCircuit": true}],
|
||||
"eol-last": ["error", "always"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user