Skip to content

Instantly share code, notes, and snippets.

@gnowland
Created September 23, 2021 08:34
Show Gist options
  • Save gnowland/78afa3af7cf78487bdcbaa795a643643 to your computer and use it in GitHub Desktop.
Save gnowland/78afa3af7cf78487bdcbaa795a643643 to your computer and use it in GitHub Desktop.
run a single fix through eslint npx
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