diff --git a/custom-elements-manifest.config.js b/custom-elements-manifest.config.js index 7fdf455d..2e327791 100644 --- a/custom-elements-manifest.config.js +++ b/custom-elements-manifest.config.js @@ -1,5 +1,5 @@ import * as path from 'path'; -import { customElementVsCodePlugin } from "custom-element-vs-code-integration"; +import { customElementVsCodePlugin } from 'custom-element-vs-code-integration'; import { parse } from 'comment-parser'; import { pascalCase } from 'pascal-case'; import commandLineArgs from 'command-line-args'; @@ -194,10 +194,12 @@ export default { customElementVsCodePlugin({ outdir, cssFileName: null, - referencesTemplate: (_, tag) => [{ - name: "Documentation", - url: `https://shoelace.style/components/${tag.replace('sl-', '')}` - }] + referencesTemplate: (_, tag) => [ + { + name: 'Documentation', + url: `https://shoelace.style/components/${tag.replace('sl-', '')}` + } + ] }) ] };