From e9ad1cc382cdc4e3b9c3629b1503dc3c07ea82c9 Mon Sep 17 00:00:00 2001 From: Bogdan Bodnar Date: Wed, 28 Aug 2019 16:55:53 +0200 Subject: [PATCH] Remove unused eslint packages. --- package-lock.json | 18 ------------------ package.json | 2 -- 2 files changed, 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf830bb..654d2c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3428,15 +3428,6 @@ "object.entries": "^1.1.0" } }, - "eslint-config-react-app": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-4.0.1.tgz", - "integrity": "sha512-ZsaoXUIGsK8FCi/x4lT2bZR5mMkL/Kgj+Lnw690rbvvUr/uiwgFiD8FcfAhkCycm7Xte6O5lYz4EqMx2vX7jgw==", - "dev": true, - "requires": { - "confusing-browser-globals": "^1.0.7" - } - }, "eslint-import-resolver-node": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz", @@ -3531,15 +3522,6 @@ } } }, - "eslint-plugin-flowtype": { - "version": "2.50.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz", - "integrity": "sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==", - "dev": true, - "requires": { - "lodash": "^4.17.10" - } - }, "eslint-plugin-import": { "version": "2.18.2", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz", diff --git a/package.json b/package.json index ec870f7..47fffbe 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,6 @@ "babel-polyfill": "^6.26.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^18.0.1", - "eslint-config-react-app": "^4.0.1", - "eslint-plugin-flowtype": "^2.50.3", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0",