We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674231d commit bdddcf7Copy full SHA for bdddcf7
package.json
@@ -6,8 +6,9 @@
6
"type": "module",
7
"scripts": {
8
"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"
+ "lint": "eslint . --no-eslintrc -c config/eslint.config.js",
+ "lint:fix": "eslint . --fix --no-eslintrc -c config/eslint.config.js",
11
+ "format": "prettier --write . --config config/prettier.config.js"
12
},
13
"keywords": [],
14
"author": "",
0 commit comments