jellyfin-to-m3u/.prettierrc
2024-08-19 23:19:59 -07:00

8 lines
131 B
Text

{
"tabWidth": 2,
"printWidth": 90,
"singleQuote": true,
"bracketSpacing": true,
"semi": true,
"arrowParens": "avoid"
}