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

8 lines
130 B
JSON
Raw Normal View History

{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid"
2022-06-26 06:54:43 +00:00
}