Commit Graph

2 Commits (2e1928125ee0e8d52deff8ebe5fddc584a484976)

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