-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESLint always lint with all rules you provide, even if you call it with the fix command. It does this to be able to show you information about the rules it could not fix. We don't display those messages, so we can remove all unfixable rules and allow ESLint to do less work and in turn run faster.
- Loading branch information
Showing
1 changed file
with
25 additions
and
18 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