UNPKG

prettier-plugin-astro-attributes

Version:

A Prettier plugin that automatically sorts HTML attributes alphabetically in .astro files for consistent code formatting.

7 lines (5 loc) 124 B
/// <reference types="vitest" /> import { defineConfig } from 'vitest/config' export default defineConfig({ test: {}, })