Skip to content

Commit 6d7eb07

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/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 242e235 commit 6d7eb07

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

0 commit comments

Comments
 (0)