Remove Flow support

We no longer use Flow, so this removes linting and compiling support. New code
should use TypeScript for static typing.
This commit is contained in:
J. Ryan Stinnett 2021-06-30 13:06:09 +01:00
parent 4bc53aaed1
commit 77ea76a0e0
3 changed files with 2 additions and 53 deletions

View file

@ -10,7 +10,6 @@ module.exports = {
],
}],
"@babel/preset-typescript",
"@babel/preset-flow",
"@babel/preset-react",
],
"plugins": [
@ -21,7 +20,6 @@ module.exports = {
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-transform-flow-comments",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-runtime",
],