build: disable the max-len rule

This commit is contained in:
xiaowei 2021-09-08 20:18:20 +08:00 committed by Ziv
parent f9cf65d951
commit 8b2900b890

View File

@ -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,