Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Nov 23, 2016
  3. Nov 21, 2016
  4. Nov 17, 2016
  5. Nov 04, 2016
  6. Oct 27, 2016
  7. Oct 24, 2016
    • Ray Schamp's avatar
      Set up base eslint config in .eslintrc.js · 7ea1e356
      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
      7ea1e356
  8. Oct 22, 2016
  9. Oct 20, 2016
  10. Oct 19, 2016
  11. Oct 17, 2016
Loading