Skip to content

Commit 517d131

Browse files
committed
[devDependencies] - Upgrade eslint, eslint-config-airbnb, and mocha to latest.
1 parent ec4f193 commit 517d131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"prepublish": "npm run lint && npm run test && npm run build",
2222
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
2323
"lint": "eslint --config .eslintrc src tests",
24+
"lint:fix": "npm run lint -- fix",
2425
"pretest": "npm run lint",
2526
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
2627
},
@@ -30,11 +31,11 @@
3031
"babel-eslint": "^6.0.0",
3132
"babel-preset-es2015": "^6.6.0",
3233
"coveralls": "^2.11.8",
33-
"eslint": "^2.10.2",
34-
"eslint-config-airbnb-base": "^3.0.1",
34+
"eslint": "^3.0.0",
35+
"eslint-config-airbnb-base": "^5.0.0",
3536
"eslint-plugin-import": "^1.8.1",
3637
"istanbul": "^1.0.0-alpha.2",
37-
"mocha": "^2.4.5",
38+
"mocha": "^3.0.0",
3839
"rimraf": "^2.5.2"
3940
},
4041
"engines": {

0 commit comments

Comments
 (0)