debian-mirror-gitlab/.prettierrc

7 lines
100 B
Plaintext
Raw Normal View History

2019-05-05 18:10:48 +05:30
{
"printWidth": 100,
"singleQuote": true,
2021-03-08 18:12:59 +05:30
"arrowParens": "always",
2019-07-07 11:18:12 +05:30
"trailingComma": "all"
2019-05-05 18:10:48 +05:30
}