Files
actual/packages/eslint-plugin-actual/package.json
c4acaa2951 [AI] Add knip to detect unused files, dependencies and exports (#8309)
Adds the knip tool with a monorepo-tuned config (knip.json) and a CI gate
in check.yml, plus the dead-code and dependency cleanup it surfaced. The
unused-export/type/duplicate rules are disabled so exporting an unused
symbol is allowed.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:11:48 +00:00

17 lines
343 B
JSON

{
"name": "eslint-plugin-actual",
"private": true,
"type": "commonjs",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"scripts": {
"test": "vitest --run"
},
"devDependencies": {
"@oxlint/plugins": "^1.69.0",
"@types/estree": "^1.0.8",
"eslint-vitest-rule-tester": "^3.1.0",
"vitest": "^4.1.8"
}
}