update jscsrc: indent 2 jshintrc: unilimited errors
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Aug 2015 20:43:27 +0000 (22:43 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Aug 2015 20:43:27 +0000 (22:43 +0200)
angularjs/showcase/.jscsrc
angularjs/showcase/.jshintrc

index 68695c3..cb41d31 100644 (file)
@@ -17,7 +17,7 @@
     "allowComments": true,
     "allowRegex": true
   },
-  "validateIndentation": 4,
+  "validateIndentation": 2,
   "validateQuoteMarks": "'",
 
   "disallowMultipleLineStrings": true,
index 9d05aaf..460fe41 100644 (file)
@@ -39,7 +39,7 @@
   "laxbreak": false,
   "laxcomma": false,
   "loopfunc": true,
-  "maxerr": false,
+  "maxerr": 9999,
   "moz": false,
   "multistr": false,
   "notypeof": false,