Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:celo-org/react-native-geth into t…
Browse files Browse the repository at this point in the history
…revor/disc
  • Loading branch information
tkporter committed Sep 1, 2020
2 parents ff6790d + 6beb2b3 commit 1769ac0
Show file tree
Hide file tree
Showing 21 changed files with 1,192 additions and 1,574 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

35 changes: 0 additions & 35 deletions .eslintrc

This file was deleted.

11 changes: 11 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
};
55 changes: 0 additions & 55 deletions .flowconfig

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ flow-typed/

# Test App
RNGethSample/

lib/
8 changes: 7 additions & 1 deletion .watchmanconfig
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{}
{
"ignore_dirs": [
".git",
"node_modules",
null
]
}
Loading

0 comments on commit 1769ac0

Please sign in to comment.