mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
turn off max-len
This commit is contained in:
parent
34b51e7557
commit
a2d6422692
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ module.exports = {
|
|||
vue: 'never'
|
||||
}],
|
||||
"indent": ["error", 2],
|
||||
"max-len": ["error", { "code": 180 }],
|
||||
// "max-len": ["error", { "code": 180 }],
|
||||
"max-len": "off",
|
||||
'no-param-reassign': ['error', {
|
||||
props: true,
|
||||
ignorePropertyModificationsFor: [
|
||||
|
|
Loading…
Reference in a new issue