Files
discord.js-selfbot/.prettierrc.json
2025-06-30 21:53:29 +07:00

8 lines
132 B
JSON

{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "auto",
"arrowParens": "avoid"
}