@@ -14,6 +14,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.biome": "explicit",
+ "source.organizeImports.biome": "explicit",
"source.fixAll.markdownlint": "explicit",
"source.fixAll.stylelint": "explicit"
},
@@ -1,6 +1,6 @@
import type { IPageHasId } from '@growi/core';
-import { getParentPath as getParentPathCore } from '@growi/core/dist/utils/path-utils';
import type { ParseRangeResult } from '@growi/core/dist/remark-plugins';
+import { getParentPath as getParentPathCore } from '@growi/core/dist/utils/path-utils';
import { removeTrailingSlash } from '@growi/core/dist/utils/path-utils';
import type { PageNode } from '../../interfaces/page-node';