Files
litmus-fe/.prettierrc.json

7 lines
100 B
JSON
Raw Normal View History

2023-05-05 15:00:23 +05:30
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}