devscard/.prettierrc.yaml
juyung 011c16fe86
Some checks failed
Main Branch / Run Prettier check (push) Has been cancelled
Main Branch / Run TypeScript check (push) Has been cancelled
Main Branch / Run Astro check (push) Has been cancelled
Main Branch / Run Percy check (push) Has been cancelled
Main Branch / Create release (push) Has been cancelled
Main Branch / Deploy to Netlify (push) Has been cancelled
Main Branch / Run Lighthouse check (push) Has been cancelled
Upload
2026-04-21 09:35:17 +09: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'