Skip to content

Commit

Permalink
integrated the flow static checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Dachi authored and Dachi committed Oct 27, 2024
1 parent d352a52 commit 73693df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@babel/preset-flow"],
"plugins": ["babel-plugin-syntax-hermes-parser"]
}
14 changes: 14 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[ignore]

[include]

[libs]

[lints]
untyped-type-import=error
internal-type=error
deprecated-type-bool=error

[options]

[strict]

0 comments on commit 73693df

Please sign in to comment.