Disable no-shadow rule

Resolves a conflict with typescript enum values
This commit is contained in:
jeffvli
2022-07-30 07:04:01 -07:00
parent b9a171b096
commit b8cf1d8283
+1
View File
@@ -11,6 +11,7 @@ module.exports = {
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-shadow': ['off'],
// A temporary hack related to IDE not resolving correct package.json
'import/no-extraneous-dependencies': 'off',
'import/no-unresolved': 'error',