Skip to content

Commit

Permalink
chore: remove eslint rules from packages in v-next
Browse files Browse the repository at this point in the history
The two eslint rule packages are the only packages that are referenced in v-next.

To simplify in infra and lives we are going to switch off those rules in v-next for the moment. They can be re-added later.

Resolves #5447.
  • Loading branch information
kanej committed Jun 28, 2024
1 parent d8011dd commit cba5777
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 65 deletions.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"@nomiclabs/hardhat-vyper",
"@nomicfoundation/hardhat-web3-v4",
"@nomicfoundation/example-project",
"@nomicfoundation/template-package"
"@nomicfoundation/template-package",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules",
"@nomicfoundation/eslint-plugin-slow-imports"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
Expand Down
48 changes: 0 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions v-next/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@microsoft/api-extractor": "^7.43.4",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
"@types/node": "^20.14.9",
"@types/semver": "^7.5.8",
Expand Down
2 changes: 0 additions & 2 deletions v-next/hardhat-build-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.0",
"@types/ci-info": "^2.0.0",
"@types/debug": "^4.1.4",
Expand Down
2 changes: 0 additions & 2 deletions v-next/hardhat-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
Expand Down
2 changes: 0 additions & 2 deletions v-next/hardhat-node-test-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
"README.md"
],
"devDependencies": {
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
Expand Down
2 changes: 0 additions & 2 deletions v-next/hardhat-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
"@types/bn.js": "^5.1.5",
"@types/keccak": "^3.0.4",
Expand Down
2 changes: 0 additions & 2 deletions v-next/hardhat-zod-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-core": "workspace:^3.0.0-next.2",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
"@types/node": "^20.14.9",
Expand Down
2 changes: 0 additions & 2 deletions v-next/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
Expand Down
2 changes: 0 additions & 2 deletions v-next/template-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
Expand Down

0 comments on commit cba5777

Please sign in to comment.