eg/node/.prettierrc
2025-03-22 17:52:11 -05:00

9 lines
145 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 110,
"arrowParens": "avoid"
}