Explorar el Código

chore(.jscs.json): fix .jscs.json to match our code-style

Estevão Soares dos Santos hace 10 años
padre
commit
a79f581094
Se han modificado 1 ficheros con 3 adiciones y 7 borrados
  1. 3 7
      .jscs.json

+ 3 - 7
.jscs.json

@@ -10,11 +10,6 @@
   ],
   "requireOperatorBeforeLineBreak": true,
   "requireCamelCaseOrUpperCaseIdentifiers": true,
-  "maximumLineLength": {
-    "value": 80,
-    "allowComments": true,
-    "allowRegex": true
-  },
   "validateIndentation": 2,
   "validateQuoteMarks": "'",
   "disallowMultipleLineStrings": true,
@@ -78,8 +73,9 @@
   "requireSpacesInFunctionExpression": {
     "beforeOpeningCurlyBrace": true
   },
-  "disallowSpacesInAnonymousFunctionExpression": {
-    "beforeOpeningRoundBrace": true
+  "requireSpacesInAnonymousFunctionExpression": {
+    "beforeOpeningRoundBrace": true,
+    "beforeOpeningCurlyBrace": true
   },
   "disallowSpacesInsideObjectBrackets": "all",
   "disallowSpacesInsideArrayBrackets": "all",