You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .eslintrc.js to prevent no-shadow false positives (screepers#162)
* Update .eslintrc.js to prevent false positives
Utilizing eslint "no-shadow" rule yields false positives for enums (claims that they were declared in an upper scope, error "no-shadow"
Utilize @typescript-eslint/no-shadow corrects this issue.
typescript-eslint/typescript-eslint#2483
0 commit comments