jellyfin-to-m3u/.prettierrc

9 lines
131 B
Text
Raw Normal View History

2024-08-20 06:19:59 +00:00
{
"tabWidth": 2,
"printWidth": 90,
"singleQuote": true,
"bracketSpacing": true,
"semi": true,
"arrowParens": "avoid"
}