@knip/mcp 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/docs/docs/reference/plugins/angular.md +33 -0
  2. package/docs/docs/reference/plugins/astro-db.md +34 -0
  3. package/docs/docs/reference/plugins/astro.md +43 -0
  4. package/docs/docs/reference/plugins/ava.md +46 -0
  5. package/docs/docs/reference/plugins/babel.md +38 -0
  6. package/docs/docs/reference/plugins/biome.md +34 -0
  7. package/docs/docs/reference/plugins/bumpp.md +38 -0
  8. package/docs/docs/reference/plugins/bun.md +33 -0
  9. package/docs/docs/reference/plugins/c8.md +26 -0
  10. package/docs/docs/reference/plugins/capacitor.md +35 -0
  11. package/docs/docs/reference/plugins/changelogen.md +38 -0
  12. package/docs/docs/reference/plugins/changelogithub.md +38 -0
  13. package/docs/docs/reference/plugins/changesets.md +33 -0
  14. package/docs/docs/reference/plugins/commitizen.md +35 -0
  15. package/docs/docs/reference/plugins/commitlint.md +39 -0
  16. package/docs/docs/reference/plugins/convex.md +34 -0
  17. package/docs/docs/reference/plugins/create-typescript-app.md +33 -0
  18. package/docs/docs/reference/plugins/cspell.md +36 -0
  19. package/docs/docs/reference/plugins/cucumber.md +36 -0
  20. package/docs/docs/reference/plugins/cypress.md +40 -0
  21. package/docs/docs/reference/plugins/danger.md +33 -0
  22. package/docs/docs/reference/plugins/dependency-cruiser.md +44 -0
  23. package/docs/docs/reference/plugins/docusaurus.md +39 -0
  24. package/docs/docs/reference/plugins/dotenv.md +24 -0
  25. package/docs/docs/reference/plugins/drizzle.md +33 -0
  26. package/docs/docs/reference/plugins/eleventy.md +38 -0
  27. package/docs/docs/reference/plugins/eslint.md +74 -0
  28. package/docs/docs/reference/plugins/expo.md +38 -0
  29. package/docs/docs/reference/plugins/gatsby.md +46 -0
  30. package/docs/docs/reference/plugins/github-action.md +33 -0
  31. package/docs/docs/reference/plugins/github-actions.md +34 -0
  32. package/docs/docs/reference/plugins/glob.md +26 -0
  33. package/docs/docs/reference/plugins/graphql-codegen.md +43 -0
  34. package/docs/docs/reference/plugins/hardhat.md +33 -0
  35. package/docs/docs/reference/plugins/husky.md +37 -0
  36. package/docs/docs/reference/plugins/i18next-parser.md +44 -0
  37. package/docs/docs/reference/plugins/jest.md +50 -0
  38. package/docs/docs/reference/plugins/karma.md +36 -0
  39. package/docs/docs/reference/plugins/ladle.md +40 -0
  40. package/docs/docs/reference/plugins/lefthook.md +43 -0
  41. package/docs/docs/reference/plugins/lint-staged.md +45 -0
  42. package/docs/docs/reference/plugins/linthtml.md +38 -0
  43. package/docs/docs/reference/plugins/lockfile-lint.md +38 -0
  44. package/docs/docs/reference/plugins/lost-pixel.md +33 -0
  45. package/docs/docs/reference/plugins/markdownlint.md +34 -0
  46. package/docs/docs/reference/plugins/mdx.md +37 -0
  47. package/docs/docs/reference/plugins/mdxlint.md +35 -0
  48. package/docs/docs/reference/plugins/metro.md +46 -0
  49. package/docs/docs/reference/plugins/mocha.md +48 -0
  50. package/docs/docs/reference/plugins/moonrepo.md +35 -0
  51. package/docs/docs/reference/plugins/msw.md +36 -0
  52. package/docs/docs/reference/plugins/nano-staged.md +36 -0
  53. package/docs/docs/reference/plugins/nest.md +38 -0
  54. package/docs/docs/reference/plugins/netlify.md +42 -0
  55. package/docs/docs/reference/plugins/next-intl.md +33 -0
  56. package/docs/docs/reference/plugins/next-mdx.md +36 -0
  57. package/docs/docs/reference/plugins/next.md +53 -0
  58. package/docs/docs/reference/plugins/node-modules-inspector.md +45 -0
  59. package/docs/docs/reference/plugins/node.md +48 -0
  60. package/docs/docs/reference/plugins/nodemon.md +27 -0
  61. package/docs/docs/reference/plugins/npm-package-json-lint.md +38 -0
  62. package/docs/docs/reference/plugins/nuxt.md +49 -0
  63. package/docs/docs/reference/plugins/nx.md +57 -0
  64. package/docs/docs/reference/plugins/nyc.md +36 -0
  65. package/docs/docs/reference/plugins/oclif.md +33 -0
  66. package/docs/docs/reference/plugins/oxlint.md +44 -0
  67. package/docs/docs/reference/plugins/playwright-ct.md +39 -0
  68. package/docs/docs/reference/plugins/playwright-test.md +26 -0
  69. package/docs/docs/reference/plugins/playwright.md +49 -0
  70. package/docs/docs/reference/plugins/plop.md +33 -0
  71. package/docs/docs/reference/plugins/pnpm.md +33 -0
  72. package/docs/docs/reference/plugins/postcss.md +43 -0
  73. package/docs/docs/reference/plugins/preconstruct.md +33 -0
  74. package/docs/docs/reference/plugins/prettier.md +36 -0
  75. package/docs/docs/reference/plugins/prisma.md +55 -0
  76. package/docs/docs/reference/plugins/react-cosmos.md +39 -0
  77. package/docs/docs/reference/plugins/react-router.md +34 -0
  78. package/docs/docs/reference/plugins/relay.md +52 -0
  79. package/docs/docs/reference/plugins/release-it.md +34 -0
  80. package/docs/docs/reference/plugins/remark.md +37 -0
  81. package/docs/docs/reference/plugins/remix.md +40 -0
  82. package/docs/docs/reference/plugins/rollup.md +47 -0
  83. package/docs/docs/reference/plugins/rsbuild.md +33 -0
  84. package/docs/docs/reference/plugins/rslib.md +33 -0
  85. package/docs/docs/reference/plugins/rspack.md +33 -0
  86. package/docs/docs/reference/plugins/rstest.md +33 -0
  87. package/docs/docs/reference/plugins/semantic-release.md +38 -0
  88. package/docs/docs/reference/plugins/sentry.md +35 -0
  89. package/docs/docs/reference/plugins/simple-git-hooks.md +35 -0
  90. package/docs/docs/reference/plugins/size-limit.md +36 -0
  91. package/docs/docs/reference/plugins/sst.md +33 -0
  92. package/docs/docs/reference/plugins/starlight.md +33 -0
  93. package/docs/docs/reference/plugins/storybook.md +44 -0
  94. package/docs/docs/reference/plugins/stryker.md +33 -0
  95. package/docs/docs/reference/plugins/stylelint.md +38 -0
  96. package/docs/docs/reference/plugins/svelte.md +37 -0
  97. package/docs/docs/reference/plugins/svgo.md +37 -0
  98. package/docs/docs/reference/plugins/svgr.md +40 -0
  99. package/docs/docs/reference/plugins/swc.md +33 -0
  100. package/docs/docs/reference/plugins/syncpack.md +38 -0
  101. package/docs/docs/reference/plugins/tailwind.md +33 -0
  102. package/docs/docs/reference/plugins/taskfile.md +34 -0
  103. package/docs/docs/reference/plugins/travis.md +33 -0
  104. package/docs/docs/reference/plugins/ts-node.md +27 -0
  105. package/docs/docs/reference/plugins/tsdown.md +45 -0
  106. package/docs/docs/reference/plugins/tsup.md +45 -0
  107. package/docs/docs/reference/plugins/tsx.md +46 -0
  108. package/docs/docs/reference/plugins/typedoc.md +49 -0
  109. package/docs/docs/reference/plugins/typescript.md +50 -0
  110. package/docs/docs/reference/plugins/unbuild.md +33 -0
  111. package/docs/docs/reference/plugins/unocss.md +36 -0
  112. package/docs/docs/reference/plugins/vercel-og.md +38 -0
  113. package/docs/docs/reference/plugins/vike.md +34 -0
  114. package/docs/docs/reference/plugins/vite.md +48 -0
  115. package/docs/docs/reference/plugins/vitest.md +50 -0
  116. package/docs/docs/reference/plugins/vue.md +33 -0
  117. package/docs/docs/reference/plugins/webdriver-io.md +33 -0
  118. package/docs/docs/reference/plugins/webpack.md +48 -0
  119. package/docs/docs/reference/plugins/wireit.md +33 -0
  120. package/docs/docs/reference/plugins/wrangler.md +33 -0
  121. package/docs/docs/reference/plugins/xo.md +40 -0
  122. package/docs/docs/reference/plugins/yarn.md +33 -0
  123. package/docs/docs/reference/plugins/yorkie.md +33 -0
  124. package/docs/docs/reference/plugins.md +124 -230
  125. package/docs/docs/sponsors.mdx +2 -2
  126. package/docs/docs/writing-a-plugin/index.md +5 -2
  127. package/package.json +3 -3
  128. package/src/texts.js +3 -1
  129. package/src/tools.js +1 -0
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: Angular
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"@angular/cli"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "angular": {
18
+ "config": [
19
+ "angular.json"
20
+ ]
21
+ }
22
+ }
23
+ ```
24
+
25
+ Depending on local configuration, plugins may modify the defaults as shown.
26
+
27
+ Custom `config` or `entry` options override default values, they are not merged.
28
+
29
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
30
+
31
+ ## Generated from source
32
+
33
+ This page was generated from the [angular plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/angular/index.ts).
@@ -0,0 +1,34 @@
1
+ ---
2
+ title: Astro DB
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"@astrojs/db"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "astro-db": {
18
+ "entry": [
19
+ "db/config.{js,ts}",
20
+ "db/seed.{js,ts}"
21
+ ]
22
+ }
23
+ }
24
+ ```
25
+
26
+ Depending on local configuration, plugins may modify the defaults as shown.
27
+
28
+ Custom `config` or `entry` options override default values, they are not merged.
29
+
30
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
31
+
32
+ ## Generated from source
33
+
34
+ This page was generated from the [astro-db plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/astro-db/index.ts).
@@ -0,0 +1,43 @@
1
+ ---
2
+ title: Astro
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"astro"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "astro": {
18
+ "config": [
19
+ "astro.config.{js,cjs,mjs,ts,mts}"
20
+ ],
21
+ "entry": [
22
+ "src/content/config.ts",
23
+ "src/content.config.ts",
24
+ "src/pages/**/*.{astro,mdx,js,ts}",
25
+ "!src/pages/**/_*",
26
+ "!src/pages/**/_*/**",
27
+ "src/content/**/*.mdx",
28
+ "src/middleware.{js,ts}",
29
+ "src/actions/index.{js,ts}"
30
+ ]
31
+ }
32
+ }
33
+ ```
34
+
35
+ Depending on local configuration, plugins may modify the defaults as shown.
36
+
37
+ Custom `config` or `entry` options override default values, they are not merged.
38
+
39
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
40
+
41
+ ## Generated from source
42
+
43
+ This page was generated from the [astro plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/astro/index.ts).
@@ -0,0 +1,46 @@
1
+ ---
2
+ title: Ava
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"ava"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "ava": {
18
+ "config": [
19
+ "ava.config.{js,cjs,mjs}",
20
+ "package.json"
21
+ ],
22
+ "entry": [
23
+ "test.{js,cjs,mjs,ts}",
24
+ "{src,source}/test.{js,cjs,mjs,ts}",
25
+ "**/__tests__/**/*.{js,cjs,mjs,ts}",
26
+ "**/*.spec.{js,cjs,mjs,ts}",
27
+ "**/*.test.{js,cjs,mjs,ts}",
28
+ "**/test-*.{js,cjs,mjs,ts}",
29
+ "**/test/**/*.{js,cjs,mjs,ts}",
30
+ "**/tests/**/*.{js,cjs,mjs,ts}",
31
+ "!**/__tests__/**/__{helper,fixture}?(s)__/**/*",
32
+ "!**/test?(s)/**/{helper,fixture}?(s)/**/*"
33
+ ]
34
+ }
35
+ }
36
+ ```
37
+
38
+ Depending on local configuration, plugins may modify the defaults as shown.
39
+
40
+ Custom `config` or `entry` options override default values, they are not merged.
41
+
42
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
43
+
44
+ ## Generated from source
45
+
46
+ This page was generated from the [ava plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/ava/index.ts).
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: Babel
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if there's a match in `"dependencies"` or `"devDependencies"` in `package.json`:
10
+
11
+ - `^@babel\/`
12
+
13
+ ## Default configuration
14
+
15
+ If this plugin is enabled, the following configuration is added automatically:
16
+
17
+ ```json
18
+ {
19
+ "babel": {
20
+ "config": [
21
+ "babel.config.{json,js,cjs,mjs,cts,ts}",
22
+ ".babelrc.{json,js,cjs,mjs,cts}",
23
+ ".babelrc",
24
+ "package.json"
25
+ ]
26
+ }
27
+ }
28
+ ```
29
+
30
+ Depending on local configuration, plugins may modify the defaults as shown.
31
+
32
+ Custom `config` or `entry` options override default values, they are not merged.
33
+
34
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
35
+
36
+ ## Generated from source
37
+
38
+ This page was generated from the [babel plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/babel/index.ts).
@@ -0,0 +1,34 @@
1
+ ---
2
+ title: Biome
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"@biomejs/biome"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "biome": {
18
+ "config": [
19
+ "biome.json",
20
+ "biome.jsonc"
21
+ ]
22
+ }
23
+ }
24
+ ```
25
+
26
+ Depending on local configuration, plugins may modify the defaults as shown.
27
+
28
+ Custom `config` or `entry` options override default values, they are not merged.
29
+
30
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
31
+
32
+ ## Generated from source
33
+
34
+ This page was generated from the [biome plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/biome/index.ts).
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: bumpp
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"bumpp"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "bumpp": {
18
+ "entry": [
19
+ "package.json",
20
+ ".bumprc",
21
+ ".config/bumprc",
22
+ ".bumprc.{json,jsonc,json5,yaml,yml,js,ts,mjs,cjs,mts,cts,toml}",
23
+ "bump.config.{js,ts,mjs,cjs,mts,cts}",
24
+ ".config/bumprc.{json,jsonc,json5,yaml,yml,js,ts,mjs,cjs,mts,cts,toml}"
25
+ ]
26
+ }
27
+ }
28
+ ```
29
+
30
+ Depending on local configuration, plugins may modify the defaults as shown.
31
+
32
+ Custom `config` or `entry` options override default values, they are not merged.
33
+
34
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
35
+
36
+ ## Generated from source
37
+
38
+ This page was generated from the [bumpp plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/bumpp/index.ts).
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: Bun
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"bun"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "bun": {
18
+ "config": [
19
+ "package.json"
20
+ ]
21
+ }
22
+ }
23
+ ```
24
+
25
+ Depending on local configuration, plugins may modify the defaults as shown.
26
+
27
+ Custom `config` or `entry` options override default values, they are not merged.
28
+
29
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
30
+
31
+ ## Generated from source
32
+
33
+ This page was generated from the [bun plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/bun/index.ts).
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: c8
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is always enabled.
10
+
11
+ ## Shell commands
12
+
13
+ This plugin adds argument parsing for the <code>c8</code>
14
+ binary. Configuration:
15
+
16
+ ```
17
+ args: args2=>args2.filter(arg=>arg!=="check-coverage")
18
+ boolean: ["all", "check-coverage", "clean", "exclude-after-remap", "per-file", "skip-full"]
19
+ fromArgs: (parsed,args2)=>argsFrom(args2,parsed._[0])
20
+ ```
21
+
22
+ The configuration was generated from source code. Also see [Script Parser](../../features/script-parser).
23
+
24
+ ## Generated from source
25
+
26
+ This page was generated from the [c8 plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/c8/index.ts).
@@ -0,0 +1,35 @@
1
+ ---
2
+ title: Capacitor
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if there's a match in `"dependencies"` or `"devDependencies"` in `package.json`:
10
+
11
+ - `^@capacitor\/`
12
+
13
+ ## Default configuration
14
+
15
+ If this plugin is enabled, the following configuration is added automatically:
16
+
17
+ ```json
18
+ {
19
+ "capacitor": {
20
+ "config": [
21
+ "capacitor.config.{json,ts}"
22
+ ]
23
+ }
24
+ }
25
+ ```
26
+
27
+ Depending on local configuration, plugins may modify the defaults as shown.
28
+
29
+ Custom `config` or `entry` options override default values, they are not merged.
30
+
31
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
32
+
33
+ ## Generated from source
34
+
35
+ This page was generated from the [capacitor plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/capacitor/index.ts).
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: Changelogen
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"changelogen"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "changelogen": {
18
+ "entry": [
19
+ "package.json",
20
+ ".changelogrc",
21
+ ".config/changelogrc",
22
+ ".changelogrc.{json,jsonc,json5,yaml,yml,js,ts,mjs,cjs,mts,cts,toml}",
23
+ "changelog.config.{js,ts,mjs,cjs,mts,cts}",
24
+ ".config/changelogrc.{json,jsonc,json5,yaml,yml,js,ts,mjs,cjs,mts,cts,toml}"
25
+ ]
26
+ }
27
+ }
28
+ ```
29
+
30
+ Depending on local configuration, plugins may modify the defaults as shown.
31
+
32
+ Custom `config` or `entry` options override default values, they are not merged.
33
+
34
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
35
+
36
+ ## Generated from source
37
+
38
+ This page was generated from the [changelogen plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/changelogen/index.ts).
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: Changelogithub
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"changelogithub"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "changelogithub": {
18
+ "entry": [
19
+ "package.json",
20
+ ".changelogithubrc",
21
+ ".config/changelogithubrc",
22
+ ".changelogithubrc.{json,jsonc,json5,yaml,yml,js,ts,mjs,cjs,mts,cts,toml}",
23
+ "changelogithub.config.{js,ts,mjs,cjs,mts,cts}",
24
+ ".config/changelogithubrc.{json,jsonc,json5,yaml,yml,js,ts,mjs,cjs,mts,cts,toml}"
25
+ ]
26
+ }
27
+ }
28
+ ```
29
+
30
+ Depending on local configuration, plugins may modify the defaults as shown.
31
+
32
+ Custom `config` or `entry` options override default values, they are not merged.
33
+
34
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
35
+
36
+ ## Generated from source
37
+
38
+ This page was generated from the [changelogithub plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/changelogithub/index.ts).
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: Changesets
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"@changesets/cli"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "changesets": {
18
+ "config": [
19
+ ".changeset/config.json"
20
+ ]
21
+ }
22
+ }
23
+ ```
24
+
25
+ Depending on local configuration, plugins may modify the defaults as shown.
26
+
27
+ Custom `config` or `entry` options override default values, they are not merged.
28
+
29
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
30
+
31
+ ## Generated from source
32
+
33
+ This page was generated from the [changesets plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/changesets/index.ts).
@@ -0,0 +1,35 @@
1
+ ---
2
+ title: Commitizen
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"commitizen"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "commitizen": {
18
+ "config": [
19
+ ".czrc",
20
+ ".cz.json",
21
+ "package.json"
22
+ ]
23
+ }
24
+ }
25
+ ```
26
+
27
+ Depending on local configuration, plugins may modify the defaults as shown.
28
+
29
+ Custom `config` or `entry` options override default values, they are not merged.
30
+
31
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
32
+
33
+ ## Generated from source
34
+
35
+ This page was generated from the [commitizen plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/commitizen/index.ts).
@@ -0,0 +1,39 @@
1
+ ---
2
+ title: commitlint
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"@commitlint/cli"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "commitlint": {
18
+ "config": [
19
+ "package.json",
20
+ "package.yaml",
21
+ ".commitlintrc",
22
+ ".config/commitlintrc",
23
+ ".commitlintrc.{json,yaml,yml,js,ts,cjs,mjs,cts}",
24
+ "commitlint.config.{js,ts,cjs,mjs,cts}",
25
+ ".config/commitlintrc.{json,yaml,yml,js,ts,cjs,mjs,cts}"
26
+ ]
27
+ }
28
+ }
29
+ ```
30
+
31
+ Depending on local configuration, plugins may modify the defaults as shown.
32
+
33
+ Custom `config` or `entry` options override default values, they are not merged.
34
+
35
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
36
+
37
+ ## Generated from source
38
+
39
+ This page was generated from the [commitlint plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/commitlint/index.ts).
@@ -0,0 +1,34 @@
1
+ ---
2
+ title: Convex
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"convex"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "convex": {
18
+ "entry": [
19
+ "convex/*.config.@(js|ts)",
20
+ "convex/_generated/*.@(js|ts)"
21
+ ]
22
+ }
23
+ }
24
+ ```
25
+
26
+ Depending on local configuration, plugins may modify the defaults as shown.
27
+
28
+ Custom `config` or `entry` options override default values, they are not merged.
29
+
30
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
31
+
32
+ ## Generated from source
33
+
34
+ This page was generated from the [convex plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/convex/index.ts).
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: create-typescript-app
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"create-typescript-app"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "create-typescript-app": {
18
+ "entry": [
19
+ "create-typescript-app.config.{js,cjs,mjs,ts}"
20
+ ]
21
+ }
22
+ }
23
+ ```
24
+
25
+ Depending on local configuration, plugins may modify the defaults as shown.
26
+
27
+ Custom `config` or `entry` options override default values, they are not merged.
28
+
29
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
30
+
31
+ ## Generated from source
32
+
33
+ This page was generated from the [create-typescript-app plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/create-typescript-app/index.ts).
@@ -0,0 +1,36 @@
1
+ ---
2
+ title: CSpell
3
+ sidebar:
4
+ hidden: true
5
+ ---
6
+
7
+ ## Enabled
8
+
9
+ This plugin is enabled if `"cspell"` is listed in `"dependencies"` or `"devDependencies"` in `package.json`.
10
+
11
+ ## Default configuration
12
+
13
+ If this plugin is enabled, the following configuration is added automatically:
14
+
15
+ ```json
16
+ {
17
+ "cspell": {
18
+ "config": [
19
+ "cspell.config.{js,cjs,mjs,ts,mts,json,yaml,yml}",
20
+ "cspell.{json,yaml,yml}",
21
+ ".c{s,S}pell.json",
22
+ "c{s,S}pell.json"
23
+ ]
24
+ }
25
+ }
26
+ ```
27
+
28
+ Depending on local configuration, plugins may modify the defaults as shown.
29
+
30
+ Custom `config` or `entry` options override default values, they are not merged.
31
+
32
+ See [Plugins](../../explanations/plugins) for more details about plugins and their `entry` and `config` options.
33
+
34
+ ## Generated from source
35
+
36
+ This page was generated from the [cspell plugin source code](https://github.com/webpro-nl/knip/blob/main/packages/knip/src/plugins/cspell/index.ts).