Skip to content

Commit 27d521d

Browse files
committed
Fix lint
1 parent 6a139af commit 27d521d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/ethereum-basic-event-handlers/hardhat/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#!/bin/sh
44

55
# Change to the correct directory
6-
cd /usr/src/app;
6+
cd /usr/src/app
77

88
# Run hardhat
9-
pnpm localnode;
9+
pnpm localnode
1010

1111
# Keep node alive
1212
set -e

examples/ethereum-basic-event-handlers/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"target": "es6",
44
"module": "commonjs",
55
"moduleResolution": "node",
6-
"outDir": "dist",
7-
},
8-
}
6+
"outDir": "dist"
7+
}
8+
}

0 commit comments

Comments
 (0)