Files
archived-starters/.prettierrc
Jake Runzer 256cce952e Cleanup examples (#16)
- Remove serverless example (it was basically dup of with-postgres)
- Add plugin (e.g. postgres) to example name
- Update all javascript examples and make sure they work
- Cleanup a bit of the ui in nextjs example
2020-11-24 22:23:23 +00:00

7 lines
105 B
Plaintext

{
"bracketSpacing": true,
"singleQuote": false,
"trailingComma": "all",
"arrowParens": "avoid"
}