Skip to content

Commit 9a19881

Browse files
committed
create script lint:fix
1 parent 9ac1cb6 commit 9a19881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"serve": "gatsby serve",
1515
"clean": "gatsby clean",
1616
"lint": "eslint .",
17+
"lint:fix": "eslint . --fix",
1718
"type-check": "tsc --noEmit",
1819
"prepare": "lefthook install"
1920
},
@@ -56,4 +57,4 @@
5657
"tailwindcss": "^3.4.1",
5758
"typescript": "5.1.6"
5859
}
59-
}
60+
}

0 commit comments

Comments
 (0)