1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-20 21:59:36 +02:00
it-tools/.prettierrc

8 lines
106 B
Text
Raw Normal View History

{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 120
}