discord.js-selfbot-v13/.prettierrc.json
2022-04-16 17:44:43 +07:00

7 lines
129 B
JSON

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