Skip to content

Commit 5a33ef1

Browse files
committed
Fix format script
1 parent 86305e9 commit 5a33ef1

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
@@ -8,7 +8,7 @@
88
"private": true,
99
"scripts": {
1010
"eslint": "eslint index.js",
11-
"format": "eslint --fix index.js && prettier index.js",
11+
"format": "eslint --fix index.js && prettier --write index.js",
1212
"start": "node index.js"
1313
},
1414
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",

0 commit comments

Comments
 (0)