Skip to content

Commit e6ee0fc

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/1b5252aec880aa76850f97b16980a6ce00c782c4/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 fe5f487 commit e6ee0fc

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
@@ -79,6 +79,7 @@
7979
"prepare": "npm run build",
8080
"release": "np",
8181
"test": "ava",
82-
"lint-config-and-fix": "fixpack || fixpack"
82+
"lint-config-and-fix": "fixpack || fixpack",
83+
"lint-config": "fixpack --dryRun"
8384
}
8485
}

0 commit comments

Comments
 (0)