build: temp disable max-len eslint to avoid error
This commit is contained in:
parent
76dbf43824
commit
da58ac0dd8
@ -26,6 +26,7 @@ module.exports = {
|
||||
'react/jsx-props-no-spreading': 'off',
|
||||
'max-classes-per-file': ['error', 2],
|
||||
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx'] }],
|
||||
'max-len': 'off',
|
||||
},
|
||||
globals: {
|
||||
browser: 'writable',
|
||||
|
Loading…
Reference in New Issue
Block a user