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.
1 parent c422aa0 commit 8297b2eCopy full SHA for 8297b2e
codemods/package.json
@@ -2,10 +2,10 @@
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",
+ "format": "prettier -w . --config prettier.config.mjs",
+ "format:check": "prettier -c . --config prettier.config.mjs",
+ "lint": "eslint --flag unstable_ts_config -c eslint.config.mts",
+ "lint:fix": "eslint --fix --flag unstable_ts_config -c eslint.config.mts",
9
"test": "vitest --run",
10
"test:watch": "vitest --watch"
11
},
0 commit comments