Skip to content

Commit 68ad4fa

Browse files
committed
chore: eslint will now run prettier, so we dont need to do it specifically
1 parent 70f6388 commit 68ad4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"format:eslint": "eslint --fix",
2424
"lint:prettier": "prettier \"**/*.js\" \"**/*.ts\" \"**/*.mjs\" --check --ignore-path .gitignore",
2525
"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",
26+
"lint": "npm run lint:eslint",
27+
"format": "npm run format:eslint",
2828
"test": "web-test-runner --coverage",
2929
"test:watch": "web-test-runner --watch",
3030
"test:coverage": "web-test-runner --node-resolve --coverage",

0 commit comments

Comments
 (0)