Skip to content

Commit

Permalink
chore: esm prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 12, 2024
1 parent bec76ea commit 591c562
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pnpm-lock.yaml
src/auto-imports.d.ts
public/mockServiceWorker.js
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

5 changes: 5 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import("prettier").Config} */
export default {
semi: false,
singleQuote: true,
}

0 comments on commit 591c562

Please sign in to comment.