mirror of
https://github.com/actualbudget/actual.git
synced 2026-08-02 21:56:50 -05:00
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>
17 lines
343 B
JSON
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"
|
|
}
|
|
}
|