Release 2025-05-19
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
// @ts-check
|
||||
|
||||
/** @type {import("prettier").Config} */
|
||||
export default {
|
||||
plugins: ['prettier-plugin-astro', 'prettier-plugin-tailwindcss'],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.astro',
|
||||
options: {
|
||||
parser: 'astro',
|
||||
},
|
||||
},
|
||||
],
|
||||
tailwindFunctions: ['cn', 'clsx', 'tv'],
|
||||
singleQuote: true,
|
||||
semi: false,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'es5',
|
||||
printWidth: 110,
|
||||
bracketSpacing: true,
|
||||
endOfLine: 'lf',
|
||||
}
|
||||
Reference in New Issue
Block a user