Commit Graph

4 Commits (c198c152d2437a1b03873358f53f6ca9688c2b44)

Author SHA1 Message Date
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