This commit is contained in:
Timo Hocker 2020-05-13 21:23:59 +02:00
parent ccbbe2d914
commit 5b31ea8de7

View File

@ -50,6 +50,6 @@ module.exports = {
// deactivating commonjs rules
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
'no-underscore-dangle': 'off',
'node/no-missing-import': 'off'
'node/no-missing-import': 'off'
}
}