|
9 | 9 | "clean": "pnpm --filter \"./packages/**\" run clean", |
10 | 10 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
11 | 11 | "test": "pnpm run test:ci", |
12 | | - "test:pr": "nx affected --targets=test:format,test:sherif,test:knip,test:lib,test:types,test:build,build", |
13 | | - "test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:lib,test:types,test:build,build", |
| 12 | + "test:pr": "nx affected --targets=test:format,test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
| 13 | + "test:ci": "nx run-many --targets=test:format,test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build", |
14 | 14 | "test:format": "pnpm run prettier --check", |
| 15 | + "test:eslint": "nx affected --target=test:eslint --exclude=examples/**", |
15 | 16 | "test:sherif": "sherif", |
16 | 17 | "test:lib": "nx affected --targets=test:lib --exclude=examples/**", |
17 | 18 | "test:lib:dev": "pnpm test:lib && nx watch --all -- pnpm test:lib", |
|
52 | 53 | "@testing-library/react": "^16.0.0", |
53 | 54 | "@testing-library/react-hooks": "^8.0.1", |
54 | 55 | "@types/node": "^20.14.9", |
| 56 | + "eslint": "^9.6.0", |
55 | 57 | "jsdom": "^24.1.0", |
56 | 58 | "knip": "^5.23.2", |
57 | 59 | "nx": "^19.3.2", |
|
0 commit comments