Skip to content

Commit 1048abe

Browse files
committedSep 16, 2017
added babel-eslint
1 parent 88b635c commit 1048abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"local": "npm run clean && npm run coverage && nyc report --reporter=text",
2828
"coverage": "NODE_ENV=test nyc --report-dir coverage npm run test",
2929
"go": "npm run clean && npm run build && npm run test"
30-
3130
},
3231
"nyc": {
3332
"include": [
@@ -54,6 +53,7 @@
5453
"@types/mocha": "^2.2.42",
5554
"babel-cli": "^6.26.0",
5655
"babel-core": "^6.26.0",
56+
"babel-eslint": "^8.0.0",
5757
"babel-plugin-add-module-exports": "^0.2.1",
5858
"babel-preset-es2015": "^6.24.1",
5959
"babel-preset-es2016": "^6.24.1",

0 commit comments

Comments
 (0)