-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eslint): update linting ignore patterns
ESLint was finding built files, when they existed, and not ignoring them. This issue was two-fold: 1. The patterns weren't right per ESLint's new expectation for relative and recursive patterns, so the files would be considered if present 2. The ignores were only configured in our main config, such that other plugins and so on would not use the list of ignores Updating the patterns and putting them in their own object at the start of the final config returns us to a fast, passing lint even in the presence of built files.
- Loading branch information
Showing
6 changed files
with
306 additions
and
57 deletions.
There are no files selected for viewing
Binary file not shown.
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.