Files
discord.js-selfbot/.prettierrc.json

8 lines
132 B
JSON
Raw Normal View History

{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
2025-06-30 21:53:29 +07:00
"endOfLine": "auto",
"arrowParens": "avoid"
2022-06-26 13:54:43 +07:00
}