-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade ESLint from v7 to v8 (#3725)
* chore(eslint-config): Bump eslint to 8 and jsx-a11y plugin to match. * chore(eslint-config): Missing bumps from previous commit. * chore(eslint-config): Bump react plugin to support eslint 8. * style(router): Add types for onClick. * fix(internal): Resolve unsafe chaining by using empty array if errors is undefined. * fix(router): Better typing for onClick on links. * style: Remove field omission that was causing unclear typing. * style: Add missing id type. * chore(es-config): Resolve constraints issue. * chore(deps): Yarn dedupe. * update packages * update yarn.lock Co-authored-by: David Price <[email protected]>
- Loading branch information
1 parent
a1371fd
commit 2d2d90c
Showing
6 changed files
with
186 additions
and
231 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
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.