build: temp disable max-len eslint to avoid error

This commit is contained in:
Anton Georgiev 2022-04-29 21:10:52 +00:00
parent 76dbf43824
commit da58ac0dd8

View File

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