Files
hono-netdi/.prettierrc.json
T

11 lines
211 B
JSON
Raw Normal View History

2025-05-24 16:40:55 -05:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "avoid",
"endOfLine": "auto"
}