devscard/.prettierrc.yaml
2023-01-17 18:10:43 +01:00

10 lines
318 B
YAML

# Specify only the rules that cannot be defined within the .editorconfig file as Prettier inherits config from there.
# See: https://prettier.io/docs/en/configuration.html#editorconfig
singleQuote: true
endOfLine: 'auto'
pluginSearchDirs: false
plugins:
- 'prettier-plugin-astro'
- 'prettier-plugin-tailwindcss'