We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703ffcc commit 03cba53Copy full SHA for 03cba53
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-diff",
3
- "version": "1.0.13-2",
+ "version": "1.0.13-3",
4
"description": "Run ESLint on your changes only",
5
"keywords": [
6
"eslint",
src/git.ts
@@ -51,7 +51,7 @@ const getDiffFileList = (): string[] => {
51
"--diff-filter=ACM",
52
"--name-only",
53
"--relative",
54
- "--staged",
+ "--staged",
55
JSON.stringify(process.env.ESLINT_PLUGIN_DIFF_COMMIT ?? "HEAD"),
56
]
57
.filter(Boolean)
0 commit comments