Procházet zdrojové kódy

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 před 6 roky
rodič
revize
04cf3c2292
2 změnil soubory, kde provedl 730 přidání a 1264 odebrání
  1. +729
    -1263
      package-lock.json
  2. +1
    -1
      package.json

+ 729
- 1263
package-lock.json
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
package.json Zobrazit soubor

@@ -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",


Načítá se…
Zrušit
Uložit