mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added worker to search for stuff in db (2) #10
This commit is contained in:
parent
655aab8ddf
commit
ecd7f0594d
5 changed files with 68 additions and 23 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
rules: {
|
||||
'no-undef': ['error'],
|
||||
eqeqeq: ['warn', 'smart'],
|
||||
'no-unused-vars': 'off',
|
||||
'no-unused-vars': 'warn',
|
||||
'no-prototype-builtins': 'off',
|
||||
'id-length': ['warn', { exceptions: ['i', 'j'] }],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue