Skip to content

Commit 8297b2e

Browse files
committed
Specify config files for ESLint and Prettier
1 parent c422aa0 commit 8297b2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codemods/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "reselect-codemods",
33
"version": "0.1.0",
44
"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",
5+
"format": "prettier -w . --config prettier.config.mjs",
6+
"format:check": "prettier -c . --config prettier.config.mjs",
7+
"lint": "eslint --flag unstable_ts_config -c eslint.config.mts",
8+
"lint:fix": "eslint --fix --flag unstable_ts_config -c eslint.config.mts",
99
"test": "vitest --run",
1010
"test:watch": "vitest --watch"
1111
},

0 commit comments

Comments
 (0)