Skip to content

Commit

Permalink
fix: trailingComma: 'es5'
Browse files Browse the repository at this point in the history
  • Loading branch information
soorria committed Jan 24, 2025
1 parent 0000000 commit 0000000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* @type {import('./types').PrettierConfig}
*/
export const basePrettierConfig = {
trailingComma: "es5",

plugins: ["@ianvs/prettier-plugin-sort-imports"],

importOrder: [
Expand Down

0 comments on commit 0000000

Please sign in to comment.