Skip to content

Commit 28eb3d2

Browse files
committed
remove flow
1 parent 75ed1d6 commit 28eb3d2

File tree

12 files changed

+4
-523
lines changed

12 files changed

+4
-523
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"plugins": ["@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-class-properties"],
33
"presets": [
4-
"@babel/preset-flow",
54
["@babel/preset-env", {
65
"modules": false,
76
"targets": {

.eslintrc.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,3 @@ globals:
1212
extends:
1313
- plugin:eslint-plugin-import/warnings
1414
- plugin:eslint-plugin-import/errors
15-
16-
plugins:
17-
- flowtype
18-
19-
rules:
20-
flowtype/require-valid-file-annotation: [2, "always"]
21-
flowtype/boolean-style: [2, "boolean"]
22-
flowtype/use-flow-type: 2

.flowconfig

Lines changed: 0 additions & 7 deletions
This file was deleted.

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
parser: flow
1+
parser: "typescript"
22
semi: false
33
trailingComma: es5
44
singleQuote: true

0 commit comments

Comments
 (0)