llm-survey/frontend/.prettierrc

7 lines
105 B
Plaintext

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