diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-18 19:57:17 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-18 20:23:22 +0300 |
commit | e46a591c1a16f6c1cb6c21548faf2bf6599cc923 (patch) | |
tree | ede64d5869d105649298598ef6f519a0b1a0a513 /package.json | |
parent | ad42e742c04c8302c2bcaf67c07ef215bba04f3b (diff) | |
download | react-benzin-e46a591c1a16f6c1cb6c21548faf2bf6599cc923.tar.gz |
feat: update linting config
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index f5e6d22..b423aae 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,14 @@ "@types/react-dom": "^16.9.5", "@types/react-virtualized-auto-sizer": "^1.0.0", "@types/react-window": "^1.8.1", - "@typescript-eslint/eslint-plugin": "^2.19.0", + "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.19.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.1.0", + "eslint-config-airbnb-typescript": "^7.2.1", + "eslint-plugin-import": "^2.20.2", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.19.0", + "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^2.2.0", "react-scripts": "^3.3.1", "typescript": "^3.7.5" |