prettier-plugin-astro-attributes
Version:
A Prettier plugin that automatically sorts HTML attributes alphabetically in .astro files for consistent code formatting.
22 lines (21 loc) • 523 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"downlevelIteration": true,
"esModuleInterop": true,
"lib": ["esnext", "dom", "dom.iterable"],
"module": "esnext",
"moduleResolution": "Bundler",
"noImplicitAny": false,
"outDir": "dist",
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "ESNext"
},
"exclude": ["dist", "node_modules"],
"include": ["src"]
}