admin/knip.json
alisaza e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30

23 lines
515 B
JSON

{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": ["scripts/**/*.{js,mjs,ts}", "e2e/**/*.{ts,tsx}"],
"ignore": ["public/vendor/**"],
"ignoreDependencies": [
"@react-types/shared",
"eslint-plugin-jsx-a11y",
"lint-staged",
"@eslint/js",
"eslint-plugin-react",
"eslint-plugin-react-hooks",
"globals",
"@internationalized/date",
"sharp"
],
"rules": {
"files": "error",
"dependencies": "error",
"unlisted": "error",
"duplicates": "error"
}
}