Skip to content

Commit 1254e4e

Browse files
Merge pull request #34 from synonymdev/lint-fix
Fix Linting Errors In Example Project
2 parents c55da16 + c005d6c commit 1254e4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
root: true,
33
extends: '@react-native-community',
4+
parser: '@typescript-eslint/parser',
45
};

example/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ import PSBT from './src/PSBT';
3131
import Options from './src/Options';
3232
import {Result} from '../dist/utils/result';
3333

34-
declare const global: {HermesInternal: null | {}};
35-
3634
const dummyPassword = 'shhhhhhh123';
3735
const testNodePubkey =
3836
'034ecfd567a64f06742ac300a2985676abc0b1dc6345904a08bb52d5418e685f79';

0 commit comments

Comments
 (0)