We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b635c commit 1048abeCopy full SHA for 1048abe
package.json
@@ -27,7 +27,6 @@
27
"local": "npm run clean && npm run coverage && nyc report --reporter=text",
28
"coverage": "NODE_ENV=test nyc --report-dir coverage npm run test",
29
"go": "npm run clean && npm run build && npm run test"
30
-
31
},
32
"nyc": {
33
"include": [
@@ -54,6 +53,7 @@
54
53
"@types/mocha": "^2.2.42",
55
"babel-cli": "^6.26.0",
56
"babel-core": "^6.26.0",
+ "babel-eslint": "^8.0.0",
57
"babel-plugin-add-module-exports": "^0.2.1",
58
"babel-preset-es2015": "^6.24.1",
59
"babel-preset-es2016": "^6.24.1",
0 commit comments