Skip to content

Commit 667f69c

Browse files
committedJul 6, 2020
feat: delete flowtype
1 parent 7f66215 commit 667f69c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+149
-465
lines changed
 

‎.babelrc

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
[
1717
"module-resolver",
1818
{
19-
"root": ["./", "./src"]
19+
"root": [
20+
"./",
21+
"./src"
22+
]
2023
}
2124
],
2225
"add-module-exports",
@@ -38,7 +41,6 @@
3841
}
3942
}
4043
],
41-
"@babel/preset-react",
42-
"@babel/preset-flow"
44+
"@babel/preset-react"
4345
]
44-
}
46+
}

‎.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
dist/*
22
coverage/*
3-
flow-typed/*

0 commit comments

Comments
 (0)