Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
  2. Aug 06, 2019
  3. Aug 28, 2018
  4. May 13, 2018
  5. May 02, 2018
  6. Aug 15, 2017
  7. Jul 21, 2017
  8. Dec 03, 2016
  9. 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
  10. Oct 23, 2016
Loading