Remove redundant .jscsrc file

This commit is contained in:
Amish Shah
2016-09-04 18:04:42 +01:00
parent bcab8805af
commit 4a252380d9
2 changed files with 1 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
{
"preset": "airbnb",
"validateIndentation": "\t",
"maximumLineLength": 140,
"maxErrors": 5000,
"disallowMultipleVarDecl": false,
"disallowSpacesInsideObjectBrackets": false,
"disallowMixedSpacesAndTabs": false,
"excludeFiles": []
}
+1 -1
View File
File diff suppressed because one or more lines are too long