From 80ec33ac019226981e06e7813b4b72e4e70b3ea8 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Mon, 3 Jun 2024 17:52:55 +0300 Subject: [PATCH] style: lint --- custom-elements-manifest.config.js | 4 ++-- scripts/copy-assets.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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',