You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered:
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
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?
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
The text was updated successfully, but these errors were encountered: