Skip to content

Commit 54c9d57

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/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/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 570c886 commit 54c9d57

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
@@ -133,7 +133,8 @@
133133
"release": "np",
134134
"test": "ava",
135135
"travis": "npm run lint && npm run cover",
136-
"lint-config-and-fix": "fixpack || fixpack"
136+
"lint-config-and-fix": "fixpack || fixpack",
137+
"lint-config": "fixpack --dryRun"
137138
},
138139
"sideEffects": false,
139140
"xo": {

0 commit comments

Comments
 (0)