Skip to content

Commit cba5777

Browse files
committed
chore: remove eslint rules from packages in v-next
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.
1 parent d8011dd commit cba5777

File tree

10 files changed

+3
-65
lines changed

10 files changed

+3
-65
lines changed

Diff for: .changeset/config.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"@nomiclabs/hardhat-vyper",
2323
"@nomicfoundation/hardhat-web3-v4",
2424
"@nomicfoundation/example-project",
25-
"@nomicfoundation/template-package"
25+
"@nomicfoundation/template-package",
26+
"@nomicfoundation/eslint-plugin-hardhat-internal-rules",
27+
"@nomicfoundation/eslint-plugin-slow-imports"
2628
],
2729
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2830
"onlyUpdatePeerDependentsWhenOutOfRange": true

Diff for: pnpm-lock.yaml

-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: v-next/core/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
"devDependencies": {
5555
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
5656
"@microsoft/api-extractor": "^7.43.4",
57-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
58-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
5957
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
6058
"@types/node": "^20.14.9",
6159
"@types/semver": "^7.5.8",

Diff for: v-next/hardhat-build-system/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
},
6161
"devDependencies": {
6262
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
63-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
64-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
6563
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.0",
6664
"@types/ci-info": "^2.0.0",
6765
"@types/debug": "^4.1.4",

Diff for: v-next/hardhat-errors/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
],
4242
"devDependencies": {
4343
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
44-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
45-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
4644
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
4745
"@types/node": "^20.14.9",
4846
"@typescript-eslint/eslint-plugin": "^7.7.1",

Diff for: v-next/hardhat-node-test-reporter/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
"README.md"
4242
],
4343
"devDependencies": {
44-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
45-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
4644
"@types/node": "^20.14.9",
4745
"@typescript-eslint/eslint-plugin": "^7.7.1",
4846
"@typescript-eslint/parser": "^7.7.1",

Diff for: v-next/hardhat-utils/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
],
5555
"devDependencies": {
5656
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
57-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
58-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
5957
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
6058
"@types/bn.js": "^5.1.5",
6159
"@types/keccak": "^3.0.4",

Diff for: v-next/hardhat-zod-utils/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
],
4242
"devDependencies": {
4343
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
44-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
45-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
4644
"@ignored/hardhat-vnext-core": "workspace:^3.0.0-next.2",
4745
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
4846
"@types/node": "^20.14.9",

Diff for: v-next/hardhat/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
],
5757
"devDependencies": {
5858
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
59-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
60-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
6159
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
6260
"@types/node": "^20.14.9",
6361
"@typescript-eslint/eslint-plugin": "^7.7.1",

Diff for: v-next/template-package/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
],
4444
"devDependencies": {
4545
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
46-
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
47-
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
4846
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.2",
4947
"@types/node": "^20.14.9",
5048
"@typescript-eslint/eslint-plugin": "^7.7.1",

0 commit comments

Comments
 (0)