Skip to content

Commit b8594af

Browse files
committed
chore(eslint): enable no-invalid-argument-count
The rule reports nothing on the current tree. The count the entry carried, and the false-positive risk it warned about, predate the v72 rewrite of the rule.
1 parent 5d16bf1 commit b8594af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ export default [
620620
'unicorn/no-declarations-before-early-exit': 'off', // 62 errors
621621
'unicorn/no-error-property-assignment': 'off', // 6 errors | all preserve upstream error metadata
622622
'unicorn/no-for-loop': 'off', // Activate if this is resolved https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2664
623-
'unicorn/no-invalid-argument-count': 'off', // 98 errors | high false-positive risk, worth a focused pass
624623
'unicorn/no-nonstandard-builtin-properties': 'off', // 34 errors | needs an audit
625624
'unicorn/no-this-assignment': 'off', // This would need some further refactoring and the benefit is small
626625
'unicorn/no-undeclared-class-members': 'off', // 272 errors | requires declaring every field

0 commit comments

Comments
 (0)