aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-15 17:23:13 -0400
committerIvan Chen <ivan@tagg.id>2021-04-15 17:23:13 -0400
commita380c201dcaca5844131704adfc50b22d41e8e7b (patch)
tree8409c6e6360e6efd8a5d4b6b0bf66f3ad5db20bd /package.json
parentfa39bb545fefefeea1a941c6610e6f072dba6f61 (diff)
added eslint plugin and new rules
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 07407eff..4d11cfce 100644
--- a/package.json
+++ b/package.json
@@ -74,6 +74,8 @@
"@typescript-eslint/parser": "^2.27.0",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
+ "eslint-plugin-react": "^7.23.2",
+ "eslint-plugin-react-native": "^3.10.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
@@ -99,4 +101,4 @@
"./node_modules/react-native-gesture-handler/jestSetup.js"
]
}
-} \ No newline at end of file
+}