Skip to content

Commit c005d6c

Browse files
committed
Added @typescript-eslint/parser to .eslintrc.js to fix linting errors.
Removed unused "global" variable in App.tsx.
1 parent c55da16 commit c005d6c

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)