From 435ab9169f71dfd6a4eb08652d0897b5f35cc9c4 Mon Sep 17 00:00:00 2001 From: Andrew Fuller Date: Fri, 16 Jun 2017 09:21:31 -0500 Subject: [PATCH] Update eslint config so it should pass --- .eslintrc | 3 ++- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.eslintrc b/.eslintrc index bdf61680..a7119795 100644 --- a/.eslintrc +++ b/.eslintrc @@ -27,6 +27,7 @@ "jsx-a11y/no-static-element-interactions": [0], "react/no-find-dom-node": [0], "react/jsx-closing-bracket-location": [0], - "react/jsx-filename-extension": ["error", {"extensions": [".js"]}] + "react/jsx-filename-extension": ["error", {"extensions": [".js"]}], + "react/require-default-props": 0 } } diff --git a/package.json b/package.json index d93651d9..3790837c 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "coveralls": "^2.13.1", "cross-env": "^5.0.1", "envify": "^3.4.1", - "eslint": "^3.9.1", - "eslint-config-airbnb": "latest", - "eslint-plugin-import": "^2.1.0", - "eslint-plugin-jsx-a11y": "^2.2.3", - "eslint-plugin-react": "^6.6.0", + "eslint": "^3.19.0", + "eslint-config-airbnb": "^15.0.1", + "eslint-plugin-import": "^2.3.0", + "eslint-plugin-jsx-a11y": "^5.0.3", + "eslint-plugin-react": "^7.1.0", "expect": "^1.20.2", "gitbook-cli": "^2.3.0", "istanbul-instrumenter-loader": "0.2.0",