Fix linter warnings

This commit is contained in:
Gabe Kangas
2022-06-29 14:12:31 -07:00
parent 3c43db4d86
commit 32e900f1d0
5 changed files with 4 additions and 10 deletions

View File

@ -37,7 +37,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': 'error',
'no-console': 'off',
'no-use-before-define': [0],
'@typescript-eslint/no-use-before-define': [1],
'@typescript-eslint/no-use-before-define': [0],
'no-shadow': 'off',
'@typescript-eslint/no-shadow': ['error'],
'no-restricted-exports': 'off',