Skip to content

Commit c52efff

Browse files
authored
Project updates (#141)
* Apply changes from VincentCATILLON#53 * move from flow to tsc + fix types * update deps * do not push build directory * reapply changes from VincentCATILLON#53 * revert package name change
1 parent 466fb78 commit c52efff

25 files changed

+2566
-4728
lines changed

.eslintrc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"react-hooks",
1717
"react",
1818
"react-native",
19-
"eslint-plugin-flowtype"
2019
],
2120
"settings": {
2221
"import/resolver": {
@@ -31,17 +30,6 @@
3130
},
3231
"rules": {
3332
"import/no-extraneous-dependencies": "off",
34-
"flowtype/no-mutable-array": "off",
35-
"flowtype/require-exact-type": "off",
36-
"flowtype/no-unused-expressions": "off",
37-
"flowtype/no-dupe-keys": "off",
38-
"flowtype/require-valid-file-annotation": [
39-
"error",
40-
"always",
41-
{
42-
"annotationStyle": "line"
43-
}
44-
],
4533
"react/prop-types": "off",
4634
"react/jsx-curly-brace-presence": [
4735
"error",

.flowconfig

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

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
.DS_Store
44

5+
# IntelliJ
6+
.idea
7+
58
# node.js
69
#
710
node_modules/
@@ -10,3 +13,5 @@ yarn-error.log
1013

1114
# jest
1215
coverage
16+
17+
build/

0 commit comments

Comments
 (0)