Skip to content

Commit 34d984a

Browse files
committed
fix: 🐛 fix eslint format script
1 parent be7ff80 commit 34d984a

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
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"lint": "eslint src/**/*.js; eslint test/**/*.js; eslint **/*.js",
40-
"format": "eslint src/**/*.js; eslint test/**/*.js; eslint **/*.js --fix",
40+
"format": "eslint --fix src/**/*.js; eslint --fix test/**/*.js --fix; eslint --fix **/*.js",
4141
"prettier": "prettier --write **/*.js",
4242
"test": "./node_modules/mocha/bin/mocha --exit --colors test/**/*.js --timeout=10000"
4343
},

0 commit comments

Comments
 (0)