mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Installed some modules, eslint fix
This commit is contained in:
parent
ee0f0a9f3b
commit
c6db31221e
3 changed files with 5 additions and 3 deletions
|
@ -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: [] }],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue