Skip to content

Commit 9b8517e

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/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 122a0da commit 9b8517e

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
@@ -142,7 +142,8 @@
142142
"release": "np",
143143
"test": "ava",
144144
"travis": "npm run lint && npm run cover",
145-
"lint-config-and-fix": "fixpack || fixpack"
145+
"lint-config-and-fix": "fixpack || fixpack",
146+
"lint-config": "fixpack --dryRun"
146147
},
147148
"sideEffects": false,
148149
"xo": {

0 commit comments

Comments
 (0)