Add eslint

This commit is contained in:
Greg Shuflin 2022-12-08 17:37:28 -08:00
parent e80e2c3907
commit 13142d67cc
2 changed files with 3 additions and 10 deletions

View File

@ -40,6 +40,7 @@
"@web3modal/react": "^2.0.0-beta.8", "@web3modal/react": "^2.0.0-beta.8",
"airdrop-artifact": "file:./artifacts/contracts/Airdrop.sol/", "airdrop-artifact": "file:./artifacts/contracts/Airdrop.sol/",
"create-react-app": "^5.0.1", "create-react-app": "^5.0.1",
"eslint": "^8.29.0",
"express": "^4.18.2", "express": "^4.18.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",

View File

@ -6649,7 +6649,7 @@ eslint-webpack-plugin@^3.1.1:
normalize-path "^3.0.0" normalize-path "^3.0.0"
schema-utils "^4.0.0" schema-utils "^4.0.0"
eslint@^8.3.0: eslint@^8.29.0, eslint@^8.3.0:
version "8.29.0" version "8.29.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87" resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
@ -6923,15 +6923,7 @@ ethereum-cryptography@^1.0.3:
"@scure/bip32" "1.1.0" "@scure/bip32" "1.1.0"
"@scure/bip39" "1.1.0" "@scure/bip39" "1.1.0"
ethereumjs-abi@^0.6.8: ethereumjs-abi@^0.6.8, "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
version "0.6.8"
resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz#71bc152db099f70e62f108b7cdfca1b362c6fcae"
integrity sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA==
dependencies:
bn.js "^4.11.8"
ethereumjs-util "^6.0.0"
"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
version "0.6.8" version "0.6.8"
resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#ee3994657fa7a427238e6ba92a84d0b529bbcde0" resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#ee3994657fa7a427238e6ba92a84d0b529bbcde0"
dependencies: dependencies: