Skip to content

Commit

Permalink
chore(format): run prettier v2.8.2 (#3970)
Browse files Browse the repository at this point in the history
this commit formats the v3 codebase after upgrading prettier to v2.8.2
in the `main` branch of stencil and merging `main` into the v3
development branch
  • Loading branch information
rwaskiewicz authored Jan 9, 2023
1 parent d73225f commit 1d4147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declarations/stencil-public-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ export const CustomElementsExportBehaviorOptions = [
* This type is auto-generated based on the values in `CustomElementsExportBehaviorOptions` array.
* This is used on the output target config for intellisense in typed configs.
*/
export type CustomElementsExportBehavior = typeof CustomElementsExportBehaviorOptions[number];
export type CustomElementsExportBehavior = (typeof CustomElementsExportBehaviorOptions)[number];

export interface OutputTargetDistCustomElements extends OutputTargetBaseNext {
type: 'dist-custom-elements';
Expand Down

0 comments on commit 1d4147f

Please sign in to comment.