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

7 lines
129 B
JSON
Raw Normal View History

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