Browse Source

MPIDE-28: 👕: update jscs; note rules from jshint that need converted still

Kyle P Davis 10 years ago
parent
commit
bafd44d44c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .jscsrc

+ 9 - 0
.jscsrc

@@ -1,4 +1,13 @@
 {
+//from jshint:
+// "camelcase": true,
+// "immed": true,
+// "newcap": true,
+// "trailing": true,
+// "maxlen": 140,
+
+  "esnext": true,
+  "fileExtensions": [".js", ".es6"],
   "disallowImplicitTypeConversion": ["numeric", "boolean", "binary", "string"],
   "disallowKeywords": ["with"],
   "disallowKeywordsOnNewLine": ["else", "catch", "finally"],