Skip to content

Commit a4b59b0

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/057c4df07dfcd3ed83201b062803b05a252bf67f/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 58f433d commit a4b59b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
"release": "np",
128128
"test": "ava",
129129
"travis": "npm run lint && npm run cover",
130-
"lint-config-and-fix": "fixpack || fixpack"
130+
"lint-config-and-fix": "fixpack || fixpack",
131+
"lint-config": "fixpack --dryRun"
131132
},
132133
"sideEffects": false
133134
}

0 commit comments

Comments
 (0)