Skip to content

Commit 010e637

Browse files
🤖 chore(package.json): Add lint-config 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.js Please contact the author of the transform if you believe there was an error.
1 parent 3fb1546 commit 010e637

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
@@ -125,7 +125,8 @@
125125
"release": "np",
126126
"test": "ava",
127127
"travis": "npm run lint && npm run cover",
128-
"lint-config-and-fix": "fixpack || fixpack"
128+
"lint-config-and-fix": "fixpack || fixpack",
129+
"lint-config": "fixpack --dryRun"
129130
},
130131
"sideEffects": false,
131132
"xo": {

0 commit comments

Comments
 (0)