Commit graph

3 commits

Author SHA1 Message Date
Paul Kaplan
ed99a27b45 feat(all): Move all warnings to errors
Make all previous warning rules into errors except the todo rule

BREAKING CHANGE: eslint4.0 and other dep updates, and all rule changes. Fixes .
2017-08-15 10:02:52 -04:00
Ray Schamp
1493ef0e6e fix(node): add node env to node module
Automatically include Node globals when using the node config
2016-10-24 10:36:10 -04:00
Ray Schamp
e00a1210ac fix(node): Split Node rules out from base config
We don't want to include Node-specific rules for the base configuration. This allows projects to

lint Node files separately from browser files.
2016-10-23 18:08:20 -04:00