Skip to content

Commit fef8cd9

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/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 de30fcd commit fef8cd9

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
@@ -77,6 +77,7 @@
7777
"esdoc": "esdoc",
7878
"prepare": "npm run build",
7979
"release": "np",
80-
"test": "ava"
80+
"test": "ava",
81+
"lint-config-and-fix": "fixpack || fixpack"
8182
}
8283
}

0 commit comments

Comments
 (0)