diff --git a/custom-elements-manifest.config.js b/custom-elements-manifest.config.js index fe0d4a9079..99cb855e3e 100644 --- a/custom-elements-manifest.config.js +++ b/custom-elements-manifest.config.js @@ -23,7 +23,7 @@ export default pfeCustomElementsManifestConfig({ } } } - } - }] + }, + }], }); diff --git a/scripts/copy-assets.ts b/scripts/copy-assets.ts index 3689392c0d..532b420d54 100644 --- a/scripts/copy-assets.ts +++ b/scripts/copy-assets.ts @@ -1,7 +1,8 @@ +/* eslint-disable no-console */ import { cp, mkdir } from 'node:fs/promises'; import { dirname } from 'node:path'; import { glob } from 'glob'; -import chalk from 'chalk' +import chalk from 'chalk'; for (const srcFile of await glob([ 'elements/*/*-lightdom.css',