Remove .jscsrc that's no longer used

This commit is contained in:
Miroslav Bajtoš 2017-01-27 15:23:59 +01:00
parent 450aa84ae8
commit 19c3b47c4b
1 changed files with 0 additions and 21 deletions

21
.jscsrc
View File

@ -1,21 +0,0 @@
{
"preset": "google",
"requireCurlyBraces": [
"else",
"for",
"while",
"do",
"try",
"catch"
],
"disallowMultipleVarDecl": "exceptUndefined",
"disallowSpacesInsideObjectBrackets": null,
"maximumLineLength": {
"value": 150,
"allowComments": true,
"allowRegex": true
},
"jsDoc": {
"requireParamTypes": true
}
}