We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c97ec commit c365602Copy full SHA for c365602
‎package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@arelstone/eslint-config-react-native-typescript",
3
- "version": "1.1.4",
+ "version": "1.1.5",
4
"description": "My eslint rules",
5
"main": "index.js",
6
"scripts": {
@@ -28,10 +28,8 @@
28
"eslint-plugin-import": "^2.25.4",
29
"eslint-plugin-no-only-tests": "^2.6.0",
30
"eslint-plugin-no-unused-react-component-methods": "^1.1.0",
31
+ "eslint-plugin-react": "^7.29.4",
32
"eslint-plugin-react-native": "^4.0.0",
33
"typescript": "^4.6.3"
- },
34
- "devDependencies": {
35
- "eslint-plugin-react": "^7.29.4"
36
}
37
0 commit comments