Skip to content

Commit f3f4596

Browse files
authored
fix(boilerplate): Disable prop-types lint rule by @lindboe
Disable prop-types in linter, and pins reactotron-core-client to 2.9.4 temporarily until we can fix a typing issue
2 parents f15ad94 + 5fae514 commit f3f4596

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

boilerplate/.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ module.exports = {
4141
],
4242
},
4343
],
44-
//react-native
44+
// react
45+
"react/prop-types": 0,
46+
// react-native
4547
"react-native/no-raw-text": 0,
4648
// reactotron
4749
"reactotron/no-tron-in-production": "error",

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"postinstall-prepare": "1.0.1",
9191
"prettier": "^3.3.3",
9292
"react-test-renderer": "18.2.0",
93-
"reactotron-core-client": "^2.8.13",
93+
"reactotron-core-client": "2.9.4",
9494
"reactotron-mst": "^3.1.7",
9595
"reactotron-react-js": "^3.3.11",
9696
"reactotron-react-native": "^5.0.5",

0 commit comments

Comments
 (0)