discord.js-selfbot-v13/.prettierrc.json
2022-06-26 13:54:43 +07:00

8 lines
130 B
JSON

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