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
Previously, the `prefer-const` rule is from
'@typescript-eslint/recommended`, which is enabled for all files;
In @typescript-eslint v3, '@typescript-eslint/recommended` inherits this
rule by extending from `@typescript-eslint/eslint-recommended`, which,
only applies to `.ts/.tsx` files
0 commit comments