Skip to content
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

eslint 8.11.0 not working with this package in version 16.0.0 #38

Closed
LittleHoopoe opened this issue Mar 23, 2022 · 1 comment
Closed

Comments

@LittleHoopoe
Copy link

What version of this package are you using? 16.0.0

What operating system, Node.js, and npm version? node 16.14.0 npm 8.3.1

What happened?
image

What did you expect to happen? just installing it like with eslint version 7.32.0

Are you willing to submit a pull request to fix this bug? I'm not sure how.
This are the packages I'm want to use for my vscode linting:
"eslint": "^8.11.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",

this are the packages that are working great together:
"eslint": "^7.32.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-plugin-promise": "^5.1.0",

let me know if you need any further information

@theoludwig
Copy link
Member

theoludwig commented Mar 23, 2022

Hey! @LittleHoopoe

Thanks for your report!
Currently, we don't support ESLint v8, but it is indeed something we want to support, see this issue for reference: standard/eslint-config-standard#208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants