Skip to content

Commit 16371bd

Browse files
🤖 chore(package.json): Add lint-config-and-fix script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/package.json:scripts-add-lint-config-and-fix.js Please contact the author of the transform if you believe there was an error.
1 parent 39b8a55 commit 16371bd

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
@@ -124,7 +124,8 @@
124124
"prepare": "npm run build",
125125
"release": "np",
126126
"test": "ava",
127-
"travis": "npm run lint && npm run cover"
127+
"travis": "npm run lint && npm run cover",
128+
"lint-config-and-fix": "fixpack || fixpack"
128129
},
129130
"sideEffects": false
130131
}

0 commit comments

Comments
 (0)