Skip to content

Commit 6d30053

Browse files
committed
turn off eslint pnpm catalog for now
1 parent b4318bd commit 6d30053

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default [
1515
'no-case-declarations': 'off',
1616
'no-shadow': 'off',
1717
'unused-imports/no-unused-imports': 'warn',
18+
'pnpm/enforce-catalog': 'off',
19+
'pnpm/json-enforce-catalog': 'off',
1820
},
1921
},
2022
]

pnpm-workspace.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
packages:
22
- 'examples/**/*'
33
- 'packages/*'
4+
catalog:
5+
'@tanstack/react-devtools': ^0.1.1
6+
'@tanstack/react-query': ^5.83.0
7+
'@tanstack/react-query-devtools': ^5.83.0
8+
'@tanstack/react-router': ^1.130.2
9+
'@tanstack/react-router-devtools': ^1.130.2
10+
'@types/react': ^19.1.2
11+
'@types/react-dom': ^19.1.2
12+
'@vitejs/plugin-react': ^4.4.1
13+
react: ^19.1.0
14+
react-dom: ^19.1.0
15+
vite: ^7.0.6

0 commit comments

Comments
 (0)