|
19 | 19 | "build": "npm run build:meta && npm run build:tsdown", |
20 | 20 | "build:meta": "npm run ts -- ./tools/update-meta.ts", |
21 | 21 | "build:tsdown": "tsdown", |
22 | | - "lint": "eslint .", |
| 22 | + "lint": "eslint . --config=./eslint.config.mjs --no-config-lookup", |
23 | 23 | "tsc": "tsc --project tsconfig.build.json", |
24 | | - "eslint-fix": "eslint . --fix", |
| 24 | + "eslint-fix": "eslint . --fix --config=./eslint.config.mjs --no-config-lookup", |
25 | 25 | "markdownlint": "npx -y markdownlint-cli2 .", |
26 | 26 | "test": "npm run mocha -- \"tests/src/**/*.ts\" --reporter=dot --timeout=60000", |
27 | 27 | "test:debug": "node --experimental-strip-types --experimental-transform-types ./node_modules/mocha/bin/mocha.js \"tests/src/**/*.ts\" --reporter=dot --timeout=60000", |
|
81 | 81 | "@changesets/cli": "^2.28.1", |
82 | 82 | "@changesets/get-release-plan": "^4.0.8", |
83 | 83 | "@eslint/core": "^1.0.0", |
84 | | - "@eslint/markdown": "^7.4.0", |
| 84 | + "@eslint/markdown": "^7.5.1", |
85 | 85 | "@ota-meshi/eslint-plugin": "^0.20.0", |
86 | 86 | "@shikijs/vitepress-twoslash": "^4.0.0", |
87 | 87 | "@types/eslint": "^9.6.1", |
|
96 | 96 | "assert": "^2.1.0", |
97 | 97 | "c8": "^11.0.0", |
98 | 98 | "env-cmd": "^11.0.0", |
99 | | - "eslint": "^9.34.0", |
| 99 | + "eslint": "^10.0.0", |
100 | 100 | "eslint-compat-utils": "^0.6.4", |
101 | 101 | "eslint-config-prettier": "^10.1.1", |
102 | 102 | "eslint-plugin-eslint-comments": "^3.2.0", |
|
0 commit comments