chore: Temporarily disable @typescript-eslint/naming-convention
#7151
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explanation
The rule
@typescript-eslint/naming-conventionwas already disabled for most files, but it was set towarnin a few places still. It's now completely disabled instead.This was done to reduce the set of changes that are part of the upcoming switch to error suppression (#6790), and also for consistency. We still want to use this rule, but we can gradually begin enforcing it in a more controlled manner using error suppression, across the entire repository at once rather than selectively.
References
Relates to #6790
These changes were extracted from the draft PR #7148
Checklist
Note
Fully disables
@typescript-eslint/naming-conventionacross overrides and thresholds, and cleans up a related inline disable.@typescript-eslint/naming-conventionfrom overrides in**/*.d.tsandpackages/eth-block-tracker/**/*.tsineslint.config.mjs.@typescript-eslint/naming-conventionentries fromeslint-warning-thresholds.jsonforpackages/eth-block-tracker/tests/buildDeferred.tsandpackages/eth-block-tracker/tests/setupAfterEnv.ts.@typescript-eslint/naming-conventionintypes/global.d.ts.Written by Cursor Bugbot for commit a8f5e9e. This will update automatically on new commits. Configure here.