Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^10.6.0",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-unicorn": "^71.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Disable the renamed abbreviation rule

When yarn lint runs with this version, eslintPluginUnicorn.configs.recommended now enables the renamed unicorn/name-replacements rule; our config still only disables the old unicorn/prevent-abbreviations name in eslint.config.js. As a result, existing identifiers such as req/res in the HTTP test callbacks match the new default replacements and lint will fail even though the abbreviation rule was intentionally turned off. Please disable or configure unicorn/name-replacements as part of this bump.

Useful? React with 👍 / 👎.

"globals": "^17.7.0"
}
}
Loading
Loading