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 5353 "test" : " yarn test:packages" ,
5454 "format" : " prettier --write ." ,
5555 "format-check" : " prettier --check ." ,
56+ "lint" : " eslint --flag unstable_ts_config -c eslint.config.mts" ,
57+ "lint-fix" : " eslint --flag unstable_ts_config -c eslint.config.mts --fix" ,
5658 "install" : " yarn build-configs" ,
5759 "build-configs" : " yarn workspaces foreach -Atip --include '@reduxjs/*config' run build" ,
5860 "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 44 "scripts" : {
55 "format" : " prettier --config prettier.config.mjs --write ." ,
66 "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" ,
89 "test" : " vitest --run" ,
910 "test:watch" : " vitest --watch" ,
1011 "test:coverage" : " vitest --coverage"
Original file line number Diff line number Diff line change 9898 "build-only" : " yarn clean && yarn run-build" ,
9999 "format" : " prettier --config prettier.config.mjs --write ." ,
100100 "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" ,
102103 "test" : " vitest --typecheck --run " ,
103104 "test:watch" : " vitest --watch" ,
104105 "type-tests" : " yarn tsc -p tsconfig.test.json --noEmit" ,
You can’t perform that action at this time.
0 commit comments