typescript-express-hasura-p.../.prettierrc

10 lines
172 B
Plaintext
Raw Normal View History

2023-05-03 07:27:30 +00:00
{
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "always"
}