Skip to content

Commit 8ae81c7

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 23, 2021
🤖 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/67ba7d5e9b38c8944d42909a3a30b0710559b446/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 dc3730f commit 8ae81c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
7878
"install-hooks": "husky install",
7979
"lint": "xo",
80+
"lint-and-fix": "npm run lint -- --fix",
8081
"lint-config": "fixpack --dryRun",
8182
"lint-config-and-fix": "fixpack || fixpack",
8283
"postinstall": "npm run install-hooks",

0 commit comments

Comments
 (0)
Please sign in to comment.