Skip to content

Commit 85a6c89

Browse files
authored
Disable missbehaving esdocs plugin (#1250)
1 parent ae705f7 commit 85a6c89

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

packages/core/esdoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"repository": "https://github.com/neo4j/neo4j-javascript-driver"
4141
}
4242
}
43+
},
44+
{
45+
"name": "esdoc-type-inference-plugin",
46+
"option": {"enable": false}
4347
}
4448
]
4549
}

packages/neo4j-driver-lite/esdoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"enabled": true,
4848
"path": "../core/docs"
4949
}
50+
},
51+
{
52+
"name": "esdoc-type-inference-plugin",
53+
"option": {"enable": false}
5054
}
5155
]
5256
}

packages/neo4j-driver/esdoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"enabled": true,
4848
"path": "../core/docs"
4949
}
50+
},
51+
{
52+
"name": "esdoc-type-inference-plugin",
53+
"option": {"enable": false}
5054
}
5155
]
5256
}

0 commit comments

Comments
 (0)