aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-15 17:23:45 -0400
committerIvan Chen <ivan@tagg.id>2021-04-15 17:23:45 -0400
commitf447d522769805a3db4b753be32d9c523c378db5 (patch)
tree50a2c28dd5765a12c3e70dea8f19c1e68d4b0a01 /package.json
parent8024accd32811d45f2220c79f274d547e0c4c773 (diff)
parenta380c201dcaca5844131704adfc50b22d41e8e7b (diff)
Merge branch 'feature-react-native-linter' into tma795-move-create-button
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
+}