Installed some modules, eslint fix

This commit is contained in:
mrfry 2020-10-01 14:47:44 +02:00
parent ee0f0a9f3b
commit c6db31221e
3 changed files with 5 additions and 3 deletions

View file

@ -16,6 +16,6 @@ module.exports = {
eqeqeq: ['warn', 'smart'],
'no-unused-vars': 'off',
'no-prototype-builtins': 'off',
'id-length': ['error', { exceptions: ['x'] }],
'id-length': ['error', { exceptions: [] }],
},
}