|
12 | 12 | "coverage": "vitest run --coverage", |
13 | 13 | "test:e2e": "playwright test", |
14 | 14 | "test:e2e:report": "playwright show-report", |
15 | | - "lint": "eslint --ext .ts,tsx", |
16 | | - "lint:fix": "eslint --fix --ext .ts,tsx", |
| 15 | + "lint": "eslint --ext .ts,tsx src", |
| 16 | + "lint:fix": "eslint --fix --ext .ts,tsx src", |
17 | 17 | "lint:css": "stylelint src/**/*{,.*}.{css,scss} --fix", |
18 | 18 | "type-check": "tsc --noEmit --pretty", |
19 | 19 | "type-check:watch": "npm run type-check -- --watch", |
|
52 | 52 | "eslint-plugin-react": "^7.37.5", |
53 | 53 | "eslint-plugin-react-hooks": "^5.2.0", |
54 | 54 | "eslint-plugin-solid": "^0.14.5", |
55 | | - "eslint-plugin-tailwindcss": "^3.18.0", |
56 | 55 | "eslint-plugin-testing-library": "^7.5.3", |
57 | 56 | "eslint-plugin-tsdoc": "^0.4.0", |
58 | 57 | "eslint-plugin-unused-imports": "^4.1.4", |
|
0 commit comments