hypixel-auction-notifier/.prettierrc

10 lines
158 B
Text
Raw Permalink Normal View History

{
2024-12-27 21:17:59 +01:00
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
2024-12-27 21:17:59 +01:00
"parser": "babel-ts",
"bracketSameLine": true,
"printWidth": 120
}