-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
knip.jsonc
52 lines (52 loc) · 1.51 KB
/
knip.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"$schema": "node_modules/knip/schema-jsonc.json",
"entry": ["src/index.ts!", "tests/**/*.test.ts"],
"project": ["src/**/*.ts!", "tests/**/*.ts"],
"ignoreDependencies": [
"@eslint-react/eslint-plugin",
"@intlify/eslint-plugin-vue-i18n",
"@stylistic/eslint-plugin",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@typescript-eslint/utils",
"@unocss/eslint-plugin",
"@vitest/eslint-plugin",
"eslint-config-prettier",
"eslint-flat-config-utils",
"eslint-formatting-reporter",
"eslint-import-resolver-typescript",
"eslint-merge-processors",
"eslint-plugin-eslint-comments",
"eslint-plugin-format",
"eslint-plugin-functional",
"eslint-plugin-i18next",
"eslint-plugin-import-x",
"eslint-plugin-jsdoc",
"eslint-plugin-jsonc",
"eslint-plugin-jsx-a11y",
"eslint-plugin-markdown",
"eslint-plugin-n",
"eslint-plugin-no-only-tests",
"eslint-plugin-optimize-regex",
"eslint-plugin-prettier",
"eslint-plugin-promise",
"eslint-plugin-react-hooks",
"eslint-plugin-react-refresh",
"eslint-plugin-readable-tailwind",
"eslint-plugin-regexp",
"eslint-plugin-sonarjs",
"eslint-plugin-tailwindcss",
"eslint-plugin-toml",
"eslint-plugin-unicorn",
"eslint-plugin-vue",
"eslint-plugin-yml",
"eslint-processor-vue-blocks",
"jsonc-eslint-parser",
"prettier",
"sort-package-json",
"toml-eslint-parser",
"tsc-files",
"vue-eslint-parser",
"yaml-eslint-parser",
],
}