Skip to content

Commit

Permalink
Merge pull request #98 from CMU-17313Q/flow
Browse files Browse the repository at this point in the history
Integrated Flow for static checking
  • Loading branch information
DachiCharkviani authored Oct 27, 2024
2 parents d352a52 + 73693df commit 73d4173
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 73d4173

Please sign in to comment.