From 4be3b32da836d381c5574cc75ce9c4e114c26612 Mon Sep 17 00:00:00 2001 From: Will Faurot Date: Fri, 16 Sep 2016 15:10:00 -0700 Subject: [PATCH] Bump lint-related packages --- ui/package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 979310639..fa937ea15 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "build": "npm run clean && env NODE_ENV=production node_modules/webpack/bin/webpack.js -p --config ./webpack/prodConfig.js", "build:dev": "node_modules/webpack/bin/webpack.js --config ./webpack/devConfig.js", "start": "node_modules/webpack/bin/webpack.js -w --config ./webpack/devConfig.js", - "lint": "eslint .", + "lint": "eslint src/", "test:dev": "testem", "test": "mocha --compilers js:babel-core/register --recursive spec/", "test:watch": "npm run test:mocha -- --watch", @@ -26,10 +26,9 @@ } }, "devDependencies": { - "@influxdata/eslint-config-eslint": "~1.1.0", "autoprefixer": "^6.3.1", "babel-core": "^6.5.1", - "babel-eslint": "^4.1.8", + "babel-eslint": "^6.1.2", "babel-loader": "^6.2.2", "babel-plugin-lodash": "^2.0.1", "babel-plugin-syntax-trailing-function-commas": "^6.5.0", @@ -45,9 +44,9 @@ "css-loader": "^0.23.1", "envify": "^3.4.0", "enzyme": "^2.4.1", - "eslint": "^1.10.3", - "eslint-loader": "^1.2.1", - "eslint-plugin-react": "^3.16.1", + "eslint": "^3.5.0", + "eslint-loader": "^1.5.0", + "eslint-plugin-react": "^6.2.2", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "hanson": "^1.1.1",