Skip to content

Upgrade to ESLint v3

Compare
Choose a tag to compare
@jeresig jeresig released this 18 Nov 16:58
· 235 commits to master since this release

This upgrades the ESLint linter to v3. Everything should work the same with two notable rule exceptions:

  • Disabled react/sort-prop-types (after discussion in the Web Frontend meeting that this wasn't useful)
  • Disabled no-case-declarations (this was causing problems with a common code pattern used in Redux-style code)