Skip to content

Commit

Permalink
update flow to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jul 29, 2023
1 parent 65af86e commit aa103f9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
17 changes: 16 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
[ignore]
.*node_modules/.*
!.*node_modules/react-native/.*
.*node_modules/react-native/Libraries/polyfills/.*
!.*node_modules/@.*
.*/malformed_package_json/package.json
!.*node_modules/bzc-ui/.*
!.*node_modules/csstype/.*
!.*node_modules/date-fns/.*
!.*node_modules/tiny-invariant/.*
!.*node_modules/key-commander/.*
!.*node_modules/react-ld/.*
!.*node_modules/recoil/.*
.*dist/.*
.*lib/.*

[include]

[untyped]

[libs]

[lints]
deprecated-type=error
deprecated-utility=error
unnecessary-optional-chain=error
ambiguous-object-type=error

[options]
enums=true
format.bracket_spacing=true
format.single_quotes=true
exact_by_default=true
include_warnings=true

[strict]

[version]

[declarations]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"hermes-eslint": ">=0.15.0"
},
"devDependencies": {
"flow-bin": "^0.166.1",
"flow-bin": "^0.213.1",
"husky": "^7.0.4"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


flow-bin@^0.166.1:
version "0.166.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.166.1.tgz#b8f02247c4134aa41cba97aa8b281cae3448c895"
integrity sha512-x0T0sM+rfr4scmVkBY++j2SfqzE8KwkeFmu6+WRe2qOT+TCf2Ze1gx2R/uwXBRL9S8TpPPogXiyW6urVyXIE/Q==
flow-bin@^0.213.1:
version "0.213.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.1.tgz#194a3b17aa19d6fb8319bc5e067b8fdd93cc0449"
integrity sha512-ptyG+RmHbWx9KEElAdxdLOrZ/qKc3m/aIB6VG0ExH7BEuJ2ruK5rdUfzuC329b9QFtbawjpW2jLGeiFHBdmBvQ==

husky@^7.0.4:
version "7.0.4"
Expand Down

0 comments on commit aa103f9

Please sign in to comment.