mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
{
|
|
"preset": "airbnb",
|
|
"validateIndentation": "\t",
|
|
"maximumLineLength": 140,
|
|
"maxErrors": 5000,
|
|
"disallowMultipleVarDecl": false,
|
|
"disallowSpacesInsideObjectBrackets": false,
|
|
"disallowMixedSpacesAndTabs": false,
|
|
"excludeFiles": []
|
|
} |