Skip to content

Commit

Permalink
contribute, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jun 15, 2024
1 parent ce6e438 commit 5776836
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 363 deletions.
13 changes: 13 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// .prettierrc.mjs
/** @type {import("prettier").Config} */
export default {
plugins: ['prettier-plugin-astro'],
overrides: [
{
files: '*.astro',
options: {
parser: 'astro',
},
},
],
};
Loading

0 comments on commit 5776836

Please sign in to comment.