- Oct 24, 2016
-
-
Ray Schamp authored
After doing this, new rules began applying for some reason: `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint. `no-unused-var` started warning about process.env after updating the config structure `comma-dangle` decided to start working, maybe because of the upgrade to eslint? Autofixed with --fix
-
- Oct 23, 2016
-
-
Ray Schamp authored
node relevant at the root, but not in src. Broser relevant in src, but not in root.
-