Files
discord.js/packages/discord.js/.prettierrc.json
2023-08-22 01:33:47 +02:00

9 lines
181 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc.json",
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid"
}