Skip to content
Snippets Groups Projects
  • Ray Schamp's avatar
    7ea1e356
    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
    History
    Set up base eslint config in .eslintrc.js
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.eslintrc.js 63 B