Skip to content

Commit

Permalink
style: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 28, 2024
1 parent 0d9d433 commit 4ca7f4e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ETHERSCAN_API_KEY=

# The private key of your adming wallet
PRIVATE_KEY=
PRIVATE_KEY=
7 changes: 6 additions & 1 deletion json-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2"
},
"standard": {
"ignore": [
"/dest/"
]
}
}
}
5 changes: 5 additions & 0 deletions mint-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"express": "^4.19.2"
},
"standard": {
"ignore": [
"/dest/"
]
}
}

0 comments on commit 4ca7f4e

Please sign in to comment.