We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format
format:check
1 parent fa99343 commit e59cc72Copy full SHA for e59cc72
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