mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added some missing folders, changed import paths, fixed stuff with new directory layout
This commit is contained in:
parent
c6db31221e
commit
9b0d343212
7 changed files with 2472 additions and 30 deletions
|
@ -16,6 +16,6 @@ module.exports = {
|
|||
eqeqeq: ['warn', 'smart'],
|
||||
'no-unused-vars': 'off',
|
||||
'no-prototype-builtins': 'off',
|
||||
'id-length': ['error', { exceptions: [] }],
|
||||
'id-length': ['warn', { exceptions: [] }],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue