Skip to content

Commit

Permalink
chore(projects): update prettier write files
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 30, 2023
1 parent 0a8d0aa commit 0a2ccd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"afzalsayed96.icones",
"antfu.iconify",
"antfu.unocss",
"chakrounanas.turbo-console-log",
"christian-kohler.path-intellisense",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
Expand All @@ -21,6 +20,7 @@
"sdras.vue-vscode-snippets",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"whtouche.vscode-js-console-utils",
"zhuangtongfa.material-theme"
]
}
1 change: 1 addition & 0 deletions src/scripts/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function prettierFormat() {
'!package-lock.json',
'!pnpm-lock.yaml',
'!yarn.lock',
'!.github',
'!__snapshots__'
];

Expand Down

0 comments on commit 0a2ccd4

Please sign in to comment.