diff --git a/.eslintrc b/.eslintrc index 51c2718..bf1de69 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,5 +1,5 @@ { - "extends": "airbnb", + "extends": "airbnb-base", "parser": "babel-eslint", "plugins": [ "flowtype" diff --git a/package.json b/package.json index 1760d92..e2e0d6e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "@babel/plugin-transform-flow-strip-types": "^7.4.4", "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.5.4", - "@babel/preset-react": "^7.0.0", "@babel/preset-stage-1": "^7.0.0", "@babel/register": "^7.4.4", "@babel/plugin-proposal-class-properties": "^7.5.0", @@ -73,10 +72,8 @@ "babel-loader": "^8.0.6", "documentation": "^12.0.1", "eslint": "^6.0.1", - "eslint-config-airbnb": "^17.1.1", + "eslint-config-airbnb-base": "^13.2.0", "eslint-loader": "^2.2.1", - "eslint-plugin-react": "^7.14.2", - "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-import": "^2.18.0", "eslint-plugin-flowtype": "^3.11.1", "gulp": "^4.0.2",