|
40 | 40 | ],
|
41 | 41 | "scripts": {
|
42 | 42 | "generate": "node --loader ts-node/esm/transpile-only ./src/scripts/generate/index.ts",
|
43 |
| - "lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --fix", |
| 43 | + "lint": "eslint . --fix", |
44 | 44 | "markdownlint": "markdownlint .",
|
45 | 45 | "prepare": "husky install",
|
46 | 46 | "spellcheck": "cspell lint --relative --no-progress '**'",
|
|
56 | 56 | "devDependencies": {
|
57 | 57 | "@changesets/cli": "^2.27.1",
|
58 | 58 | "@commitlint/config-conventional": "^19.2.2",
|
| 59 | + "@eslint/js": "^9.0.0", |
59 | 60 | "@masknet/config": "^0.2.1",
|
60 | 61 | "@types/glob": "^8.1.0",
|
61 |
| - "@types/prettier": "^3.0.0", |
62 |
| - "@typescript-eslint/eslint-plugin": "^7.6.0", |
63 |
| - "@typescript-eslint/parser": "^7.6.0", |
64 |
| - "@typescript-eslint/types": "^7.6.0", |
65 |
| - "@typescript-eslint/utils": "^7.6.0", |
66 | 62 | "commitlint": "^19.2.2",
|
67 | 63 | "cspell": "^8.7.0",
|
68 | 64 | "eslint": "^9.0.0",
|
69 |
| - "eslint-config-prettier": "^9.1.0", |
70 | 65 | "eslint-plugin-eslint-plugin": "^6.0.0",
|
71 | 66 | "eslint-plugin-import": "^2.29.1",
|
72 |
| - "eslint-plugin-unicorn": "^52.0.0", |
73 |
| - "eslint-plugin-unused-imports": "^3.1.0", |
74 | 67 | "glob": "^10.3.12",
|
75 | 68 | "globals": "^15.0.0",
|
76 | 69 | "husky": "^9.0.11",
|
|
81 | 74 | "ts-dedent": "^2.2.0",
|
82 | 75 | "ts-node": "^10.9.2",
|
83 | 76 | "typescript": "^5.4.5",
|
| 77 | + "typescript-eslint": "^7.6.0", |
84 | 78 | "vitest": "^1.5.0"
|
85 | 79 | },
|
86 | 80 | "peerDependencies": {
|
|
0 commit comments