Skip to content

Commit 9b22138

Browse files
authored
fix: fix package.json lint cmd
1 parent c765994 commit 9b22138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"vite-plugin-svgr": "^4.2.0"
5454
},
5555
"scripts": {
56-
"lint": "echo f",
56+
"lint": "eslint --fix . --ext .tsx",
5757
"test": "node ./test/RunTests.js",
5858
"build": "vite build",
5959
"start": "vite",

0 commit comments

Comments
 (0)