Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Jun 3, 2024
1 parent 319778f commit 80ec33a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom-elements-manifest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default pfeCustomElementsManifestConfig({
}
}
}
}
}]
},
}],
});

3 changes: 2 additions & 1 deletion scripts/copy-assets.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 80ec33a

Please sign in to comment.