config update

This commit is contained in:
Daniel
2023-08-06 15:25:27 +05:30
parent 5cc70c7a84
commit 2c1d85a72b
2 changed files with 1 additions and 1 deletions

11
src/html/.prettierrc.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
plugins: [require.resolve('prettier-plugin-astro')],
overrides: [
{
files: '*.astro',
options: {
parser: 'astro',
},
},
],
};