1
0
Fork 0
endlessh-logger/.prettierrc.json

8 lines
111 B
JSON
Raw Normal View History

2025-02-02 14:45:25 -05:00
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": false,
"arrowParens": "avoid",
"trailingComma": "none"
}