Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Brianzchen/flow-setup into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jul 26, 2023
2 parents 1805ac1 + 5743c6d commit 670b03a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions configs/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
"!.*node_modules/react-native/.*",
".*node_modules/react-native/Libraries/polyfills/.*",
"!.*node_modules/@.*",
".*/malformed_package_json/package.json",
"!.*node_modules/bzc-ui/.*",
"!.*node_modules/date-fns/.*",
"!.*node_modules/tiny-invariant/.*",
"!.*node_modules/key-commander/.*",
"!.*node_modules/react-ld/.*"
"!.*node_modules/react-ld/.*",
"!.*node_modules/recoil/.*"
],
"lints": [
"deprecated-type=error",
"deprecated-utility=error",
"unnecessary-optional-chain=error"
],
"options": [
Expand Down
3 changes: 1 addition & 2 deletions configs/react-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"nonstrict-import=warn",
"deprecated-type=warn",
"unsafe-getters-setters=warn",
"unnecessary-invariant=warn",
"signature-verification-failure=warn"
"unnecessary-invariant=warn"
],
"strict": [
"deprecated-type",
Expand Down

0 comments on commit 670b03a

Please sign in to comment.