Skip to content

Commit d6e2e3a

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/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/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 bc602ff commit d6e2e3a

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

0 commit comments

Comments
 (0)