Last active
January 26, 2023 15:19
-
-
Save rondale-sc/bfb95aaa30942704e0b070ac9685b9d1 to your computer and use it in GitHub Desktop.
Command to run eslint against a set of commits
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
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