mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +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'
|
vue: 'never'
|
||||||
}],
|
}],
|
||||||
"indent": ["error", 2],
|
"indent": ["error", 2],
|
||||||
"max-len": ["error", { "code": 180 }],
|
// "max-len": ["error", { "code": 180 }],
|
||||||
|
"max-len": "off",
|
||||||
'no-param-reassign': ['error', {
|
'no-param-reassign': ['error', {
|
||||||
props: true,
|
props: true,
|
||||||
ignorePropertyModificationsFor: [
|
ignorePropertyModificationsFor: [
|
||||||
|
|
Loading…
Reference in a new issue