mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
15 lines
No EOL
274 B
JavaScript
15 lines
No EOL
274 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require.resolve("prettier-plugin-astro"),
|
|
require.resolve("prettier-plugin-tailwindcss"),
|
|
],
|
|
overrides: [
|
|
{
|
|
files: "*.astro",
|
|
options: {
|
|
parser: "astro",
|
|
},
|
|
},
|
|
],
|
|
};
|
|
|