We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
format
format:check
1 parent b74ba47 commit b058f82Copy full SHA for b058f82
codemods/package.json
@@ -2,6 +2,8 @@
2
"name": "reselect-codemods",
3
"version": "0.1.0",
4
"scripts": {
5
+ "format": "prettier -w .",
6
+ "format:check": "prettier -c .",
7
"lint": "eslint --flag unstable_ts_config",
8
"lint:fix": "eslint --fix --flag unstable_ts_config",
9
"test": "vitest --run",
0 commit comments