project/.prettierrc
2025-04-26 11:18:10 +03:00

7 lines
105 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100
}