Skip to content

Commit

Permalink
Merge pull request #1447 from EYBlockchain/westlad/hardhat
Browse files Browse the repository at this point in the history
Westlad/hardhat
  • Loading branch information
Westlad authored Apr 17, 2024
2 parents f497017 + b38ae4d commit 6571c59
Show file tree
Hide file tree
Showing 324 changed files with 24,522 additions and 154,792 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules/*
**/node_modules/*
**/migrations/*
**/scripts/*
**/doc/*
mumbai/
cli/build/*
Expand Down
16 changes: 0 additions & 16 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ module.exports = {
'func-names': 'off',
'no-sparse-arrays': 'off',
},
parser: 'babel-eslint', // Uses babel-eslint transforms.
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
},
settings: {
'import/resolver': {
node: {
extensions: ['.js', '.jsx', '.ts', '.tsx'],
moduleDirectory: ['./wallet/node_modules', './wallet/src/'],
},
},
},
globals: {
BigInt: 'true',
},
Expand Down
Loading

0 comments on commit 6571c59

Please sign in to comment.