diff options
| author | Andrew <saintruler@gmail.com> | 2019-03-11 21:06:29 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-03-11 21:06:29 +0400 |
| commit | 759501329d2627d22489520ace9c9530a55ac51b (patch) | |
| tree | f1b0cf14eb0c53a6acd98997480bc799a3f9a311 /frontend/package.json | |
| parent | 7e7dd5244e8d26485ad7950a89c04c98c4fef83f (diff) | |
Removed eslint package
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/frontend/package.json b/frontend/package.json index e85993f..49b001c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,15 +35,14 @@ "babel-eslint": "8.2.2", "babel-jest": "19.0.0", "babel-preset-react-native": "1.9.1", - "eslint": "4.19.1", "eslint-config-akveo-react": "1.0.0", "eslint-plugin-import": "2.11.0", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-react": "^7.7.0", - "jest-expo": "28.0.0", "husky": "0.14.3", - "react-test-renderer": "16.3.1", - "react-native-scripts": "1.14.0" + "jest-expo": "28.0.0", + "react-native-scripts": "1.14.0", + "react-test-renderer": "16.3.1" }, "husky": { "hooks": { |