-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Remove duplicate eslint rule definitions (#82260)
Favoring the most-strict rules. I removed the no-import rules for: - enzyme - react-bootstrap because those npm packages are fully removed from the app, the rule doesnt apply anymore I also removed `no-danger-with-children` which seemed like a typo of `react/no-danger-with-children` Next step is to convert the file to eslint.config.js format. References getsentry/frontend-tsc#82
- Loading branch information
Showing
3 changed files
with
30 additions
and
123 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