-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
@typescript-eslint
parser and plugin (#230)
The packages `@typescript-eslint/parser` and `@typescript-eslint/plugin` have been updated from v4 to v5. We are affected only by the changes to the recommended configuration. The rule `@typescript-eslint/explicit-module-boundary-types` is no longer recommended, so we don't have to explicitly disable it anymore. There are two new recommended rules: `@typescript-eslint/no-loss-of-precision` [1] and `@typescript-eslint/no-unnecessary-type-constraint` [2]. Both of these new rules seem useful, so they have been left enabled. [1]: https://typescript-eslint.io/rules/no-loss-of-precision [2]: https://typescript-eslint.io/rules/no-unnecessary-type-constraint
- Loading branch information
Showing
5 changed files
with
147 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.