mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
fix prettier
This commit is contained in:
parent
8cab3e516f
commit
ba20e9710f
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,5 @@ module.exports = {
|
|||
trailingComma: 'none',
|
||||
printWidth: 100,
|
||||
plugins: ['prettier-plugin-svelte', 'prettier-plugin-tailwindcss'],
|
||||
tailwindFunctions: ['clsx'],
|
||||
overrides: [{ files: '*.svelte', options: { parser: 'svelte' } }]
|
||||
tailwindFunctions: ['clsx']
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue