Bladeren bron

Bump eslint v2 -> v6

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.
tags/v3.2.0
Phillip Johnsen 6 jaren geleden
bovenliggende
commit
04cf3c2292
2 gewijzigde bestanden met toevoegingen van 730 en 1264 verwijderingen
  1. +729
    -1263
      package-lock.json
  2. +1
    -1
      package.json

+ 729
- 1263
package-lock.json
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 1
- 1
package.json Bestand weergeven

@@ -41,7 +41,7 @@
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "2.5.1",
"eslint": "^6.5.1",
"jshint": "^2.9.5",
"mocha": "^3.0.2",
"uglify-js": "^3.4.6",


Laden…
Annuleren
Opslaan