Commit Graph

8 Commits

Author SHA1 Message Date
Simon Ho d32c65d45d Clean up .jshintrc 2015-09-25 01:34:49 -07:00
Rob Halff e8215bf954 permit some globals 2014-11-21 02:56:48 +01:00
Miroslav Bajtoš dc762d2514 common: coding style cleanup 2014-11-04 13:52:49 +01:00
Miroslav Bajtoš 48d4ed28d3 Coding style cleanup (Gruntfile, lib)
- Gruntfile: add `jshint` and `jscs` as deps of `grunt test`
 - Gruntfile: temporarily disable checks of `test` scripts
 - .jscsrc: relax jsdoc validation
 - .jshintrc: relax the rule for property access via dot notation
 - lib: fix remaining style issues
2014-11-04 08:25:35 +01:00
Rob Halff 027f25a22f add laxbreak option 2014-10-22 18:47:53 +02:00
Rob Halff 12d2776824 allow comma first style and increase line length 2014-10-22 18:47:52 +02:00
Miroslav Bajtoš 20026a9d04 Fix places using undefined variables
Also enable jshint option "undefined" in order to catch these kind
of errors in the future.
2014-10-15 16:44:00 +02:00
Miroslav Bajtos 984b728cdf Add jshint configuration.
Disable "undef" rule because unit-tests are referencing global variables
defined in test/support.js, which jshint cannot pick up.
2013-11-20 09:20:10 +01:00