Skip to content

Commit 39a377b

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/1e99a03141f51bbb455be0733469df94f868e671/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 8303bbe commit 39a377b

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
@@ -162,7 +162,8 @@
162162
"prepare": "npm run build",
163163
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
164164
"test": "ava",
165-
"lint-config-and-fix": "fixpack || fixpack"
165+
"lint-config-and-fix": "fixpack || fixpack",
166+
"lint-config": "fixpack --dryRun"
166167
},
167168
"sideEffects": false,
168169
"source": "src/index.js",

0 commit comments

Comments
 (0)