We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2b27e commit b786061Copy full SHA for b786061
svelte.config.js
@@ -6,7 +6,8 @@ import link_headings from 'rehype-autolink-headings'
6
import heading_slugs from 'rehype-slug'
7
import { sveltePreprocess } from 'svelte-preprocess'
8
9
-import pkg from './package.json' assert { type: 'json' }
+// eslint-disable-next-line @/quotes
10
+import pkg from './package.json' with { type: 'json' }
11
12
const rehypePlugins = [
13
heading_slugs,
0 commit comments