Update dependency: eslint to 3.10.0.

This commit is contained in:
David Anson 2016-11-12 20:14:16 -08:00
parent 74bd9b6e5b
commit a1f4daadf6
3 changed files with 3 additions and 1 deletions

View file

@ -94,6 +94,7 @@
"no-restricted-properties": "error",
"no-restricted-syntax": "error",
"no-return-assign": "error",
"no-return-await": "error",
"no-script-url": "error",
"no-self-assign": "error",
"no-self-compare": "error",

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ demo/markdownlint-browser.js
demo/markdownlint-browser.min.js
node_modules
npm-debug.log
.vscode

View file

@ -28,7 +28,7 @@
"devDependencies": {
"browserify": "^13.1.1",
"cpy-cli": "^1.0.1",
"eslint": "^3.9.1",
"eslint": "^3.10.0",
"glob": "^7.1.1",
"istanbul": "^0.4.5",
"nodeunit": "^0.10.2",