Files
iptv/.prettierrc

7 lines
116 B
Plaintext
Raw Normal View History

2025-12-04 18:30:45 +03:00
{
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "avoid"
}