Commit Graph

7 Commits (e2b6e8cb3c9835962bcc34dd942666e16c96b4ff)

Author SHA1 Message Date
Sérgio Gomes 7a56fd069f Tweaking JSCS and JSHint to allow for foo['bar'] syntax 2015-09-08 14:14:01 +01:00
Sérgio Gomes fde7a9846c Styling fixes across the codebase to play well with Closure.
Also configures JSCS to work with our code a bit better.

Adding license and description to closure-camel-case.js

Some extra fixes

Fixes from @samthor review
2015-09-07 10:29:59 +01:00
Alexander Belyaev 990a0fc79a Fix jshint deprecatoins 2015-07-16 09:46:58 -04:00
Addy Osmani 17be2a4c68 .jscsrc: configure maxLineLength
Until we properly fix up the rest of the maxinumLineLength issues
(plenty of files use more than 80 characters per line), this will allow
tests to pass. Note that this is a short-term band-said to allow the
team to continue working, but we really should fix this soon.
2015-06-15 14:32:06 +01:00
Addy Osmani cc7c678a24 Fix .jscsrc rule 2015-01-26 10:33:51 +00:00
Antoine Leblanc 5d68538711 Update .jscsrc
update indent value of .jscsrc file and follow style rule.
2014-08-19 23:31:08 +02:00
Addy Osmani 74c99628ad Adds JSCS configuration file.
This change introduces a [JSCS](https://github.com/mdevils/node-jscs)
configuration file which allows us to lint the style of any changes
made to our scripts against the Google JavaScript style guide.

I’ve verified that app/main.js currently passes using the “google”
preset. At this time, I think we should only use the file along with an
editor plugin rather than introducing build-time tooling which may
bloat the Gulpfile.  This seems fine for everyday use.
2014-08-18 12:14:12 +01:00