chore: lint
This commit is contained in:
+8
-2
@@ -1,8 +1,14 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://typedoc.org/schema.json",
|
"$schema": "https://typedoc.org/schema.json",
|
||||||
"readme": "none",
|
"readme": "none",
|
||||||
"plugin": ["typedoc-plugin-merge-modules","typedoc-plugin-markdown"],
|
"plugin": [
|
||||||
"entryPoints": ["../packages/vue-flow/src/index.ts", "../packages/additional-components/src/index.ts"],
|
"typedoc-plugin-merge-modules",
|
||||||
|
"typedoc-plugin-markdown"
|
||||||
|
],
|
||||||
|
"entryPoints": [
|
||||||
|
"../packages/vue-flow/src/index.ts",
|
||||||
|
"../packages/additional-components/src/index.ts"
|
||||||
|
],
|
||||||
"allReflectionsHaveOwnDocument": true,
|
"allReflectionsHaveOwnDocument": true,
|
||||||
"categorizeByGroup": true,
|
"categorizeByGroup": true,
|
||||||
"darkHighlightTheme": "vitesse-dark",
|
"darkHighlightTheme": "vitesse-dark",
|
||||||
|
|||||||
Reference in New Issue
Block a user