This commit is contained in:
Timo Hocker 2020-05-06 17:45:29 +02:00
parent d14a08034b
commit 36147f470c

View File

@ -45,6 +45,7 @@ module.exports = {
}
],
'@typescript-eslint/no-use-before-define': 'off',
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
'no-underscore-dangle': 'off'
}
}