Skip to content

Commit 17d39bb

Browse files
🤖 chore(package.json): Add lint-and-fix script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b20db05e5e78828d9a6224e5da5d23341866d340/src/transforms/package.json:scripts-add-lint-and-fix.js Please contact the author of the transform if you believe there was an error.
1 parent 546d54e commit 17d39bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
4848
"install-hooks": "husky install",
4949
"lint": "xo",
50+
"lint-and-fix": "npm run lint -- --fix",
5051
"lint-config": "fixpack --dryRun",
5152
"lint-config-and-fix": "fixpack || fixpack",
5253
"postinstall": "npm run install-hooks",

0 commit comments

Comments
 (0)