mirror of
https://github.com/remvze/moodist.git
synced 2025-12-16 16:34:14 +00:00
8 lines
146 B
JSON
8 lines
146 B
JSON
{
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"semi": true
|
|
}
|