Skip to content

Commit a53a54c

Browse files
🤖 config(package.json): Lint sources in dev script using lint-and-fix script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/package.json:scripts-dev-use-lint-and-fix.js Please contact the author of the transform if you believe there was an error.
1 parent ce11d26 commit a53a54c

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
@@ -42,7 +42,7 @@
4242
"commit-msg": "commitlint --edit",
4343
"cover": "c8 --all --src src --reporter=lcov npm test",
4444
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
45-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
45+
"dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
4646
"install-hooks": "husky install",
4747
"lint": "xo",
4848
"lint-and-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)