Commit 6c2ba51b authored by Chris Rebert's avatar Chris Rebert
Browse files

Upgrade ESLint to v2.7.0 (#20044)

Refs #19908

[skip sauce]
[skip validator]
parent 2b16f5c5
Showing with 4 additions and 4 deletions
+4 -4
...@@ -916,9 +916,9 @@ ...@@ -916,9 +916,9 @@
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz" "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
}, },
"eslint": { "eslint": {
"version": "2.5.3", "version": "2.7.0",
"from": "eslint@2.5.3", "from": "eslint@2.7.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.5.3.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.7.0.tgz",
"dependencies": { "dependencies": {
"argparse": { "argparse": {
"version": "1.0.7", "version": "1.0.7",
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.0.3", "autoprefixer": "^6.0.3",
"babel-eslint": "^6.0.4", "babel-eslint": "^6.0.4",
"eslint": "^2.5.3", "eslint": "^2.7.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-babel": "^5.0.3", "grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0", "grunt-build-control": "^0.6.0",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment