Skip to content

Commit

Permalink
Project updates (#141)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
felipecsl authored Mar 16, 2023
1 parent 466fb78 commit c52efff
Show file tree
Hide file tree
Showing 25 changed files with 2,566 additions and 4,728 deletions.
12 changes: 0 additions & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"react-hooks",
"react",
"react-native",
"eslint-plugin-flowtype"
],
"settings": {
"import/resolver": {
Expand All @@ -31,17 +30,6 @@
},
"rules": {
"import/no-extraneous-dependencies": "off",
"flowtype/no-mutable-array": "off",
"flowtype/require-exact-type": "off",
"flowtype/no-unused-expressions": "off",
"flowtype/no-dupe-keys": "off",
"flowtype/require-valid-file-annotation": [
"error",
"always",
{
"annotationStyle": "line"
}
],
"react/prop-types": "off",
"react/jsx-curly-brace-presence": [
"error",
Expand Down
92 changes: 0 additions & 92 deletions .flowconfig

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
.DS_Store

# IntelliJ
.idea

# node.js
#
node_modules/
Expand All @@ -10,3 +13,5 @@ yarn-error.log

# jest
coverage

build/
Loading

0 comments on commit c52efff

Please sign in to comment.