瀏覽代碼

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 年之前
父節點
當前提交
04cf3c2292
共有 2 個檔案被更改,包括 730 行新增1264 行删除
  1. +729
    -1263
      package-lock.json
  2. +1
    -1
      package.json

+ 729
- 1263
package-lock.json
文件差異過大導致無法顯示
查看文件


+ 1
- 1
package.json 查看文件

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


Loading…
取消
儲存