build: disable the max-len rule
This commit is contained in:
parent
f9cf65d951
commit
8b2900b890
@ -29,7 +29,7 @@ module.exports = {
|
||||
'rules': {
|
||||
'indent': ['error', 4],
|
||||
'object-curly-spacing': ['error', 'always'],
|
||||
'max-len': ['error', { 'ignoreComments': true }],
|
||||
'max-len': 0,
|
||||
'require-jsdoc': 0,
|
||||
'valid-jsdoc': 0,
|
||||
'no-unused-vars': 0,
|
||||
|
Loading…
Reference in New Issue
Block a user