Skip to content

Commit 81b0746

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/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/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 9f81a24 commit 81b0746

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

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

0 commit comments

Comments
 (0)