mirror of https://github.com/iptv-org/iptv
Create .prettierrc
parent
c42c092315
commit
811ae7cea4
@ -0,0 +1,7 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"semi": false,
|
||||
"printWidth": 100,
|
||||
"trailingComma": "none",
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
Loading…
Reference in New Issue