Files
logger/.prettierrc
2026-03-11 18:12:55 +08:00

8 lines
132 B
Plaintext

{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "all",
"arrowParens": "always"
}