Skip to content

Commit

Permalink
Add missing scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Oct 27, 2023
1 parent 2dab4c5 commit 4e3c3f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.test.js
Expand Up @@ -3,5 +3,5 @@ module.exports = {
project: './tsconfig.base.json',
tsconfigRootDir: __dirname,
},
extends: ['eslint-config-base-web3/ts-jest'],
extends: ['@theqrl/eslint-config-base-web3/ts-jest'],
};
2 changes: 1 addition & 1 deletion packages/web3-core/package.json
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-base-web3": "^0.2.0",
"@theqrl/eslint-config-base-web3": "^0.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-errors/package.json
Expand Up @@ -51,7 +51,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-base-web3": "^0.2.0",
"@theqrl/eslint-config-base-web3": "^0.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
Expand Down

0 comments on commit 4e3c3f6

Please sign in to comment.