Skip to content

Commit 09033e2

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/e086830dfe927964be93f46b8ecdacd2597eb487/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 ca19ffe commit 09033e2

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
@@ -138,7 +138,8 @@
138138
"release": "np",
139139
"test": "ava",
140140
"travis": "npm run lint && npm run cover",
141-
"lint-config-and-fix": "fixpack || fixpack"
141+
"lint-config-and-fix": "fixpack || fixpack",
142+
"lint-config": "fixpack --dryRun"
142143
},
143144
"sideEffects": false
144145
}

0 commit comments

Comments
 (0)