Skip to content

Commit bdddcf7

Browse files
committed
Update node scripts
1 parent 674231d commit bdddcf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"type": "module",
77
"scripts": {
88
"test": "jest tests",
9-
"lint": "eslint src/**/*.js --no-eslintrc -c config/eslint.config.js",
10-
"prettier": "prettier src/**/*.{js,css} --config config/prettier.config.js"
9+
"lint": "eslint . --no-eslintrc -c config/eslint.config.js",
10+
"lint:fix": "eslint . --fix --no-eslintrc -c config/eslint.config.js",
11+
"format": "prettier --write . --config config/prettier.config.js"
1112
},
1213
"keywords": [],
1314
"author": "",

0 commit comments

Comments
 (0)