mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc.json",
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"arrowParens": "avoid"
|
|
}
|