-
-
Notifications
You must be signed in to change notification settings - Fork 20
Definition for rule 'es/no-string-prototype-replaceall' was not found #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ah, I just saw this is not yet included in the 4.1.0 release. Would it be possible to create a new release that contains these rules? |
Same issue with |
While that is not released I have installed it directly from GitHub instead of NPM. |
|
The document introduced the support for ES2021 but these feature are not released... |
a year later and still hasn't been released 😐 |
When trying to use only the
"es/no-string-prototype-replaceall": "error"
rule, eslint reports that this rule is not available:Definition for rule 'es/no-string-prototype-replaceall' was not found
.eslintrc.json:
I'm using
"eslint-plugin-es": "^4.1.0",
When, as a test, using
es/no-async-iteration
instead of the replaceall rule, it works.Is there anything else I need to configure to make checks only for this rule work?
The text was updated successfully, but these errors were encountered: