Skip to content

Commit 81852db

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/1fe650dc2407c6c6395828a28777fe8137a3bd2f/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 a216993 commit 81852db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@
134134
"prepare": "npm run build",
135135
"release": "np",
136136
"test": "ava",
137-
"travis": "npm run lint && npm run cover"
137+
"travis": "npm run lint && npm run cover",
138+
"lint-config-and-fix": "fixpack || fixpack"
138139
},
139140
"sideEffects": false,
140141
"xo": {

0 commit comments

Comments
 (0)