end_of_eden/debug/prettierrc.json

8 lines
132 B
JSON
Raw Normal View History

2023-12-19 19:43:07 +00:00
{
"printWidth": 150,
"useTabs": true,
"jsxSingleQuote": true,
"singleQuote": true,
"tabWidth": 2,
"parser": "babel-ts"
}