Files
supabase/examples/auth/nextjs-auth-tailwind/.prettierrc
dannykng 9370244537 Revert "chore: remove examples"
This reverts commit 05b96de142.
2022-09-16 10:13:18 -07:00

7 lines
118 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100
}