-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
init option adds in id-blacklist #14017
Closed
Yash-Singh1 opened this issue
Jan 19, 2021
· 3 comments
· Fixed by #14060, pzhlkj6612/action-js-qt-windows-msvc-mingw-version-info-generator#1, neo-hack/action-jscpdrs#1, DDDEastMidlandsLimited/dddem-web#218 or Sidoine/Ovale#844
Closed
init option adds in id-blacklist #14017
Yash-Singh1 opened this issue
Jan 19, 2021
· 3 comments
· Fixed by #14060, pzhlkj6612/action-js-qt-windows-msvc-mingw-version-info-generator#1, neo-hack/action-jscpdrs#1, DDDEastMidlandsLimited/dddem-web#218 or Sidoine/Ovale#844
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
bug
ESLint is working incorrectly
cli
Relates to ESLint's command-line interface
Comments
Yash-Singh1
added
bug
ESLint is working incorrectly
triage
An ESLint team member will look at this issue soon
labels
Jan 19, 2021
mdjermanovic
added
cli
Relates to ESLint's command-line interface
evaluating
The team will evaluate this issue to decide whether it meets the criteria for inclusion
and removed
triage
An ESLint team member will look at this issue soon
labels
Jan 19, 2021
Hi @Yash-Singh1, thanks for the issue! Can you please share |
The following is my answers to the
In short:
Here is what I ran: # Note: index.js is empty
touch index.js && npm init -y && npx eslint --init |
Thanks for the additional info! Confirmed, I'm working on the fix. |
mdjermanovic
added
accepted
There is consensus among the team that this change meets the criteria for inclusion
and removed
evaluating
The team will evaluate this issue to decide whether it meets the criteria for inclusion
labels
Feb 2, 2021
mdjermanovic
added a commit
that referenced
this issue
Feb 2, 2021
1 task
mdjermanovic
added a commit
that referenced
this issue
Feb 10, 2021
This was referenced Mar 5, 2021
This was referenced Mar 17, 2021
Merged
eslint-github-bot
bot
added
the
archived due to age
This issue has been archived; please open a new issue for any further discussion
label
Aug 10, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
bug
ESLint is working incorrectly
cli
Relates to ESLint's command-line interface
I ran
eslint --init
on the command line and the result contained:id-blacklist
was deprecated and replaced byid-denylist
, so the resulting config should not contain theid-blacklist
rule.The text was updated successfully, but these errors were encountered: