-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update plugins to resolve peer dependency warnings (#37)
* Move typescript to dev dependencies TypeScript projects will have it in their dependencies already, and it's unnecessary for other non-TypeScript projects. * Resolve plugin peer dependency warnings Some plugins did not support ESLint 8, and `eslint-plugin-airbnb` needs `eslint-plugin-react-hooks`. * Update semantic-release (17.1.1 -> 19.0.3) This fixes the final peer dependency warning. * Move @typescript-eslint/parser to dev dependencies * Include `typescript` in list of `mixins/ts` dependencies
- Loading branch information
Showing
3 changed files
with
1,405 additions
and
2,680 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
Oops, something went wrong.