Files
logger-console/.prettierrc
T
2026-01-22 10:26:18 +01:00

12 lines
207 B
Plaintext

{
"arrowParens": "avoid",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none"
}