mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Remove redundant .jscsrc file
This commit is contained in:
parent
bcab8805af
commit
4a252380d9
2 changed files with 1 additions and 11 deletions
10
.jscsrc
10
.jscsrc
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"preset": "airbnb",
|
||||
"validateIndentation": "\t",
|
||||
"maximumLineLength": 140,
|
||||
"maxErrors": 5000,
|
||||
"disallowMultipleVarDecl": false,
|
||||
"disallowSpacesInsideObjectBrackets": false,
|
||||
"disallowMixedSpacesAndTabs": false,
|
||||
"excludeFiles": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue