mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
10 lines
No EOL
248 B
Text
10 lines
No EOL
248 B
Text
{
|
|
"preset": "airbnb",
|
|
"validateIndentation": "\t",
|
|
"maximumLineLength": 140,
|
|
"maxErrors": 5000,
|
|
"disallowMultipleVarDecl": false,
|
|
"disallowSpacesInsideObjectBrackets": false,
|
|
"disallowMixedSpacesAndTabs": false,
|
|
"excludeFiles": []
|
|
} |