mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45: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',
|
trailingComma: 'none',
|
||||||
printWidth: 100,
|
printWidth: 100,
|
||||||
plugins: ['prettier-plugin-svelte', 'prettier-plugin-tailwindcss'],
|
plugins: ['prettier-plugin-svelte', 'prettier-plugin-tailwindcss'],
|
||||||
tailwindFunctions: ['clsx'],
|
tailwindFunctions: ['clsx']
|
||||||
overrides: [{ files: '*.svelte', options: { parser: 'svelte' } }]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue