Browse Source

fix graph-parser lint

Gabriel Horner 1 year ago
parent
commit
1d014c1326
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deps/graph-parser/.carve/config.edn

+ 1 - 0
deps/graph-parser/.carve/config.edn

@@ -1,6 +1,7 @@
 {:paths ["src"]
  :api-namespaces [logseq.graph-parser.property
                   logseq.graph-parser.exporter
+                  logseq.graph-parser.db
                   ;; Used in tests
                   logseq.graph-parser.test.docs-graph-helper
                   logseq.graph-parser.schema.mldoc]