-
-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Labels
team-core-platformteam-wallet-frameworkDeprecated: Please use `team-core-platform` instead.Deprecated: Please use `team-core-platform` instead.
Description
A recent version of ESLint introduced the bulk suppressions feature, which allows you to suppress certain rules by passing --suppress-rule
when calling eslint
on the command line. Instances of suppressed rules are captured in a file similar to eslint-suppressions.json
, and extra violations past the numbers recorded here are reported. This is very similar to the custom ESLint script we wrote a while back and would allow us to replace it entirely. This would also allow us to keep all violations at the error
level instead of introducing a warning
level, making yarn lint:fix
work again.
Metadata
Metadata
Assignees
Labels
team-core-platformteam-wallet-frameworkDeprecated: Please use `team-core-platform` instead.Deprecated: Please use `team-core-platform` instead.