Skip to content

Commit

Permalink
[TASK] Update to eslint 5
Browse files Browse the repository at this point in the history
  • Loading branch information
xf- committed Jul 13, 2018
1 parent 15f8f4b commit 4f078f4
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 249 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/ffrgb/meshviewer/issues"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-eslint": "^8.2.6",
"browser-sync": "^2.24.5",
"eslint": "^5.0.0",
"eslint": "^5.1.0",
"eslint-config-airbnb-es5": "^1.2.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.10.0",
Expand All @@ -21,7 +21,7 @@
"gulp-cache-bust": "^1.3.0",
"gulp-cli": "^2.0.1",
"gulp-environments": "^0.1.2",
"gulp-eslint": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-inject": "^4.3.2",
"gulp-jsonminify": "^1.1.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"leaflet": "^1.3.1",
"moment": "^2.22.2",
"navigo": "^7.1.2",
"node-polyglot": "^2.2.2",
"node-polyglot": "^2.3.0",
"promise-polyfill": "^8.0.0",
"rbush": "^2.0.2",
"requirejs": "^2.3.5",
Expand Down

0 comments on commit 4f078f4

Please sign in to comment.