question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I'm not sure how to deal with renamed rule in ESLint 7.4.0

See original GitHub issue

Hi there, love this project, thanks so much for your work!

I noticed that in ESLint 7.4.0 the rule id-blacklist was renamed to id-denylist. However, no matter which rule I configure for, when I run eslint-find-rules now, it will either complain to me that I’m not using one or the other. Both seem to co-exist (at least in the eyes of eslint-find-rules).

This may not be an issue with eslint-find-rules, but is there perhaps a difference in how ESLint does deprecation vs. how this package deals (or not) with cases like this? Any advice?

https://github.com/eslint/eslint/releases/tag/v7.4.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
ronkorvingcommented, Jul 14, 2020

That actually makes total sense. Thanks so much!

0reactions
ljharbcommented, Jul 30, 2020

@ta2edchimp oh sorry, forgot which repo I’m in 😃 it’s not a breaking change at all for eslint-find-rules; but it’d be a breaking change for the airbnb eslint config.

Read more comments on GitHub >

github_iconTop Results From Across the Web

no-useless-rename - ESLint - Pluggable JavaScript Linter
Rule Details​​ This rule disallows the renaming of import, export, and destructured assignments to the same name.
Read more >
[eslint-plugin] Consider renaming from "@typescript- ...
I'm not suggesting renaming packages at all -- just what users specify plugins and rule names with. This wouldn't be a breaking change...
Read more >
eslint-plugin-lodash
Lodash-specific linting rules for ESLint. News. Version 2.0.0 was released, and now supports importing single methods! For a list of changes, you can...
Read more >
Layouts & Styling | Ext JS 7.4.0
It tells Sencha Cmd certain things about the package like its name and ... This file contains all the style rules for all...
Read more >
Code Dx Changelog Archive
Enterprise Fixed an issue causing HTTP redirects to not be followed for some issue ... Updated bundled ESLint to version 7.4.0; Enterprise Added...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found