Files
life-echo/app-expo/.prettierrc

6 lines
98 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"trailingComma": "all",
"plugins": ["prettier-plugin-tailwindcss"]
}