Skip to content

Commit

Permalink
Bump eslint v2 -> v6
Browse files Browse the repository at this point in the history
Primarily because it's been ages since we bumped eslint and as a precursor
to allowing some future test files to be written in a more modern type
of JavaScript. Especially think about tests written using puppeteer.js
which is heavily `Promise` based, where the async-await syntax makes
it soooo less painful to write.

Silly not being able to use that because of an outdated eslint version
doesn't understand that syntax construct at all.
  • Loading branch information
phillipj committed Oct 25, 2019
1 parent e42a864 commit 04cf3c2
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 1,264 deletions.
Loading

0 comments on commit 04cf3c2

Please sign in to comment.