Created
September 23, 2021 08:34
-
-
Save gnowland/78afa3af7cf78487bdcbaa795a643643 to your computer and use it in GitHub Desktop.
run a single fix through eslint npx
This file contains hidden or 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
npx eslint --no-eslintrc --parser @typescript-eslint/parser --plugin 'import' --rule 'import/no-duplicates: "error"' --fix . --ext .js,.jsx,.ts,.tsx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment