Skip to content

Commit 03cba53

Browse files
committed
v1.0.13-3
1 parent 703ffcc commit 03cba53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-diff",
3-
"version": "1.0.13-2",
3+
"version": "1.0.13-3",
44
"description": "Run ESLint on your changes only",
55
"keywords": [
66
"eslint",

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const getDiffFileList = (): string[] => {
5151
"--diff-filter=ACM",
5252
"--name-only",
5353
"--relative",
54-
"--staged",
54+
"--staged",
5555
JSON.stringify(process.env.ESLINT_PLUGIN_DIFF_COMMIT ?? "HEAD"),
5656
]
5757
.filter(Boolean)

0 commit comments

Comments
 (0)