Skip to content

Commit 2727dae

Browse files
committed
Fix code formatting problems
1 parent 90e6594 commit 2727dae

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

solidity/random-beacon/.eslintignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
node_modules
1+
artifacts/
2+
build/
3+
cache/
4+
deployments/
5+
export/
6+
hardhat-dependency-compiler/
7+
typechain/
8+
export.json

solidity/random-beacon/.solhintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
hardhat-dependency-compiler/
2+
node_modules/

solidity/random-beacon/test/RandomBeacon.Callback.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/no-extra-semi */
2+
13
import { ethers, waffle, helpers } from "hardhat"
24
import { expect } from "chai"
35

solidity/random-beacon/test/Reimbursable.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-unused-expressions */
22

3-
import { ethers, waffle } from "hardhat"
3+
import { ethers } from "hardhat"
44
import { expect } from "chai"
55

66
import type { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers"

0 commit comments

Comments
 (0)