Skip to content

Commit a7008ce

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/a44c42967442d65fd14272682fb84a6f32feb841/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 a5bafdb commit a7008ce

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
@@ -135,7 +135,8 @@
135135
"release": "np",
136136
"test": "ava",
137137
"travis": "npm run lint && npm run cover",
138-
"lint-config-and-fix": "fixpack || fixpack"
138+
"lint-config-and-fix": "fixpack || fixpack",
139+
"lint-config": "fixpack --dryRun"
139140
},
140141
"sideEffects": false,
141142
"xo": {

0 commit comments

Comments
 (0)