femto-webapp/.prettierrc
2025-05-03 20:18:13 +02:00

7 lines
113 B
Text

{
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
"trailingComma": "all",
"printWidth": 100
}