Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 5956184

Browse files
committed
🐛 fixes no shadow rule for enums
1 parent 0ff9653 commit 5956184

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/typescript.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
],
7979
"import/no-namespace": 0,
8080
"spaced-comment": ["error", "always", { "markers": ["/"] }],
81-
"@typescript-eslint/no-explicit-any": 2
81+
"@typescript-eslint/no-explicit-any": 2,
82+
"no-shadow": "off",
83+
"@typescript-eslint/no-shadow": "error"
8284
},
8385
"overrides": [
8486
{

0 commit comments

Comments
 (0)