We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f6388 commit 68ad4faCopy full SHA for 68ad4fa
package.json
@@ -23,8 +23,8 @@
23
"format:eslint": "eslint --fix",
24
"lint:prettier": "prettier \"**/*.js\" \"**/*.ts\" \"**/*.mjs\" --check --ignore-path .gitignore",
25
"format:prettier": "prettier \"**/*.js\" \"**/*.ts\" \"**/*.mjs\" --write --ignore-path .gitignore",
26
- "lint": "npm run lint:eslint && npm run lint:prettier",
27
- "format": "npm run format:eslint && npm run format:prettier",
+ "lint": "npm run lint:eslint",
+ "format": "npm run format:eslint",
28
"test": "web-test-runner --coverage",
29
"test:watch": "web-test-runner --watch",
30
"test:coverage": "web-test-runner --node-resolve --coverage",
0 commit comments