Pārlūkot izejas kodu

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 pirms 6 gadiem
vecāks
revīzija
04cf3c2292
2 mainītis faili ar 730 papildinājumiem un 1264 dzēšanām
  1. +729
    -1263
      package-lock.json
  2. +1
    -1
      package.json

+ 729
- 1263
package-lock.json
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 1
- 1
package.json Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt