File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 54
54
"test" : " yarn test:packages" ,
55
55
"format" : " prettier --config prettier.config.mjs --write ." ,
56
56
"format-check" : " prettier --config prettier.config.mjs --check ." ,
57
+ "lint" : " eslint --flag unstable_ts_config -c eslint.config.mts" ,
58
+ "lint-fix" : " eslint --flag unstable_ts_config -c eslint.config.mts --fix" ,
57
59
"install" : " yarn build-configs" ,
58
60
"build-configs" : " yarn workspaces foreach -Atip --include '@reduxjs/*config' run build" ,
59
61
"build:examples" : " yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build" ,
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"format" : " prettier --config prettier.config.mjs --write ." ,
6
6
"format-check" : " prettier --config prettier.config.mjs --check ." ,
7
- "lint" : " eslint ." ,
7
+ "lint" : " eslint --flag unstable_ts_config -c eslint.config.mts" ,
8
+ "lint-fix" : " eslint --flag unstable_ts_config -c eslint.config.mts --fix" ,
8
9
"test" : " vitest --run" ,
9
10
"test:watch" : " vitest --watch" ,
10
11
"test:coverage" : " vitest --coverage"
Original file line number Diff line number Diff line change 98
98
"build-only" : " yarn clean && yarn run-build" ,
99
99
"format" : " prettier --config prettier.config.mjs --write ." ,
100
100
"format-check" : " prettier --config prettier.config.mjs --check ." ,
101
- "lint" : " eslint src examples" ,
101
+ "lint" : " eslint --flag unstable_ts_config -c eslint.config.mts" ,
102
+ "lint-fix" : " eslint --flag unstable_ts_config -c eslint.config.mts --fix" ,
102
103
"test" : " vitest --typecheck --run " ,
103
104
"test:watch" : " vitest --watch" ,
104
105
"type-tests" : " yarn tsc -p tsconfig.test.json --noEmit" ,
You can’t perform that action at this time.
0 commit comments