Skip to content

Commit adcd17f

Browse files
committed
add --fix
1 parent 00f5b9a commit adcd17f

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
@@ -48,7 +48,7 @@
4848
"vm-browserify": "^1.1.2"
4949
},
5050
"scripts": {
51-
"lint": "eslint -c eslint.config.js src/app/store.ts",
51+
"lint": "eslint -c eslint.config.js src/app/store.ts --fix",
5252
"start": "vite",
5353
"build": "vite build"
5454
},

0 commit comments

Comments
 (0)