mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"plugins": ["prettier-plugin-astro"],
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"semi": true
|
|
}
|