Added some missing folders, changed import paths, fixed stuff with new directory layout

This commit is contained in:
mrfry 2020-10-01 15:50:25 +02:00
parent c6db31221e
commit 9b0d343212
7 changed files with 2472 additions and 30 deletions

View file

@ -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: [] }],
},
}