mars-interface/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2022-04-29 21:45:14 +00:00
{
2023-01-31 15:46:56 +00:00
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "all"
2022-04-29 21:45:14 +00:00
}