Skip to content

Commit 0ab2cc1

Browse files
🤖 config(package.json): Lint config in dev script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/7a92df9c28303ed9cd6ee1a5e4999acfc8c52497/src/transforms/package.json:scripts-dev-add-lint-config.js Please contact the author of the transform if you believe there was an error.
1 parent 85c1c02 commit 0ab2cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"commit-msg": "commitlint --edit",
4949
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5050
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
51-
"dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
51+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5252
"install-hooks": "husky install",
5353
"lint": "xo",
5454
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)