Skip to content

Commit 01dd108

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/b7b7316fcc320ee7d249b0aa391d9a196c944421/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 c38474b commit 01dd108

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
@@ -71,7 +71,8 @@
7171
"prepare": "npm run build",
7272
"release": "np",
7373
"test": "xo && ava",
74-
"lint-config-and-fix": "fixpack || fixpack"
74+
"lint-config-and-fix": "fixpack || fixpack",
75+
"lint-config": "fixpack --dryRun"
7576
},
7677
"xo": {
7778
"prettier": true,

0 commit comments

Comments
 (0)