turn off max-len

This commit is contained in:
Gamebrary 2021-08-04 22:22:24 -07:00
parent 34b51e7557
commit a2d6422692

View file

@ -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: [