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
test: disable new failing default typescript eslint rules to allow upgrading
The latest major (v6) of the typescript eslint plugin contains several new rule
defaults that currently cause errors in the repository code while linting. To
facilitate an upgrade, these rules are now preemptively disabled. Once the update
is complete, these rules can be evaluated for inclusion.
The rules are as follows:
* @typescript-eslint/no-unsafe-enum-comparison
* @typescript-eslint/no-redundant-type-constituents
* @typescript-eslint/no-base-to-string
0 commit comments