1
0
mirror of https://github.com/kremalicious/asi-calculator.git synced 2025-01-06 03:41:26 +01:00
asi-calculator/.prettierrc.json

8 lines
108 B
JSON
Raw Normal View History

2024-03-29 15:06:40 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "lf"
}