Added worker to search for stuff in db #10

This commit is contained in:
mrfry 2020-10-01 17:15:26 +02:00
parent 66e4a03bdf
commit 655aab8ddf
6 changed files with 192 additions and 98 deletions

View file

@ -12,10 +12,10 @@ module.exports = {
SharedArrayBuffer: 'readonly',
},
rules: {
'no-undef': ['warn'],
'no-undef': ['error'],
eqeqeq: ['warn', 'smart'],
'no-unused-vars': 'off',
'no-prototype-builtins': 'off',
'id-length': ['warn', { exceptions: [] }],
'id-length': ['warn', { exceptions: ['i', 'j'] }],
},
}