Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Last active January 26, 2023 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rondale-sc/bfb95aaa30942704e0b070ac9685b9d1 to your computer and use it in GitHub Desktop.
Save rondale-sc/bfb95aaa30942704e0b070ac9685b9d1 to your computer and use it in GitHub Desktop.
Command to run eslint against a set of commits
node $(yarn bin eslint) $(git diff-tree --no-commit-id --name-only -r 38f90e655 91b11633b -- *.js | tr '\n' ' ') --format @lint-todo/eslint-formatter-todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment