Added support for submodules

This commit is contained in:
mrfry 2021-03-30 15:56:04 +02:00
parent 7e70aa6c8e
commit 2a0926aa7e
3 changed files with 44 additions and 4 deletions

View file

@ -28,7 +28,7 @@ module.exports = {
'@typescript-eslint/ban-types': 'off',
'id-length': [
'warn',
{ exceptions: ['i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b', 'x'] },
{ exceptions: ['i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b', 'x', 'e'] },
],
'object-shorthand': ['warn', 'never'],
'prefer-const': 'warn',