Remove redundant .jscsrc file

This commit is contained in:
Amish Shah
2016-09-04 18:04:36 +01:00
parent bcab8805af
commit 4a252380d9
2 changed files with 1 additions and 11 deletions

10
.jscsrc
View File

@@ -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