Skip to content

Commit

Permalink
fix(boilerplate): Disable prop-types lint rule by @lindboe
Browse files Browse the repository at this point in the history
Disable prop-types in linter, and pins reactotron-core-client to 2.9.4 temporarily until we can fix a typing issue
  • Loading branch information
lindboe authored Oct 30, 2024
2 parents f15ad94 + 5fae514 commit f3f4596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion boilerplate/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ module.exports = {
],
},
],
//react-native
// react
"react/prop-types": 0,
// react-native
"react-native/no-raw-text": 0,
// reactotron
"reactotron/no-tron-in-production": "error",
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"postinstall-prepare": "1.0.1",
"prettier": "^3.3.3",
"react-test-renderer": "18.2.0",
"reactotron-core-client": "^2.8.13",
"reactotron-core-client": "2.9.4",
"reactotron-mst": "^3.1.7",
"reactotron-react-js": "^3.3.11",
"reactotron-react-native": "^5.0.5",
Expand Down

0 comments on commit f3f4596

Please sign in to comment.