From 15b6f67f2925f5df648de7ed4f9445fc2cc63b06 Mon Sep 17 00:00:00 2001 From: Eugene Kuzmenko Date: Sat, 20 Feb 2016 19:57:29 +0200 Subject: [PATCH] [fixed] updated `eslint-plugin-react` dependency --- .eslintrc.yml | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 89bc21a..7549f7e 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -32,6 +32,7 @@ rules: react/jsx-no-duplicate-props: 2 react/jsx-no-undef: 2 react/jsx-pascal-case: 2 + react/jsx-space-before-closing: 2 react/jsx-uses-vars: 2 react/no-danger: 2 react/no-deprecated: 2 @@ -59,6 +60,7 @@ rules: lodash/prop-shorthand: 2 lodash/matches-prop-shorthand: 2 lodash/matches-shorthand: 2 + lodash/no-extra-args: 2 lodash/preferred-alias: 2 lodash/prefer-reject: 2 lodash/prefer-filter: 2 diff --git a/package.json b/package.json index fa1b1d8..b8b45d9 100644 --- a/package.json +++ b/package.json @@ -68,11 +68,11 @@ "babel-preset-stage-2": "^6.5.0", "babel-runtime": "^6.5.0", "cheerio": "^0.20.0", - "eslint": "^2.1.0", + "eslint": "^2.2.0", "eslint-plugin-babel": "^3.1.0", "eslint-plugin-flow-vars": "^0.1.3", - "eslint-plugin-lodash": "^1.0.5", - "eslint-plugin-react": "^3.16.1", + "eslint-plugin-lodash": "^1.0.6", + "eslint-plugin-react": "^4.0.0", "fb-watchman": "^1.9.0", "ink-docstrap": "^1.1.1", "js-yaml": "^3.5.3",