Skip to content

Commit 58f433d

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

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
@@ -126,7 +126,8 @@
126126
"prepare": "npm run build",
127127
"release": "np",
128128
"test": "ava",
129-
"travis": "npm run lint && npm run cover"
129+
"travis": "npm run lint && npm run cover",
130+
"lint-config-and-fix": "fixpack || fixpack"
130131
},
131132
"sideEffects": false
132133
}

0 commit comments

Comments
 (0)