Files
lms-cli/.prettierrc.json
Ryan Huang 3d1805343a init
2024-04-15 13:20:16 -04:00

7 lines
106 B
JSON

{
"printWidth": 100,
"quoteProps": "consistent",
"arrowParens": "avoid",
"trailingComma": "all"
}