discord.js-selfbot-v13/.prettierrc.json

8 lines
130 B
JSON

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