diff options
| author | Andrew <saintruler@gmail.com> | 2019-03-11 21:11:03 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-03-11 21:11:03 +0400 |
| commit | 4f007a5ea318b7919467fdf93cebf151a42a2f63 (patch) | |
| tree | 467e1790ff143d0b0c7b08556eb7458a21da7b21 | |
| parent | 759501329d2627d22489520ace9c9530a55ac51b (diff) | |
Removed eslint from configuration
| -rw-r--r-- | frontend/package.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/package.json b/frontend/package.json index 49b001c..c1869db 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,8 +9,6 @@ "android": "react-native-scripts android", "ios": "react-native-scripts ios", "test": "jest", - "lint": "eslint app/**/*", - "prepush": "npm run lint" }, "dependencies": { "axios": "^0.18.0", @@ -32,13 +30,8 @@ "victory-native": "0.15.0" }, "devDependencies": { - "babel-eslint": "8.2.2", "babel-jest": "19.0.0", "babel-preset-react-native": "1.9.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", "husky": "0.14.3", "jest-expo": "28.0.0", "react-native-scripts": "1.14.0", |