mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
9 lines
211 B
JavaScript
Executable file
9 lines
211 B
JavaScript
Executable file
module.exports = {
|
|
useTabs: true,
|
|
singleQuote: true,
|
|
semi: false,
|
|
trailingComma: 'none',
|
|
printWidth: 100,
|
|
plugins: ['prettier-plugin-svelte', 'prettier-plugin-tailwindcss'],
|
|
tailwindFunctions: ['clsx']
|
|
}
|