Skip to content

Commit 3fb1546

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@
124124
"prepare": "npm run build",
125125
"release": "np",
126126
"test": "ava",
127-
"travis": "npm run lint && npm run cover"
127+
"travis": "npm run lint && npm run cover",
128+
"lint-config-and-fix": "fixpack || fixpack"
128129
},
129130
"sideEffects": false,
130131
"xo": {

0 commit comments

Comments
 (0)