Commit Graph

3 Commits (58c2337c5878127f0d6b6fe6ae19aaf3b20cad42)

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