We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I add code to .eslintrc.json it crashes and gives an error
env: { browser: true, es2021: true }, extends: [ 'plugin:react/recommended', 'standard-with-typescript' ], overrides: [ ], parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: './tsconfig.json' }, plugins: [ 'react' ], settings: { react: { version: 'detect' } },
My error:
Request textDocument/codeAction failed. Message: Request textDocument/codeAction failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined] Code: -32603
I can't find the cause of the breakage
v7.32.2
v8.40.0
v16.14.2
The text was updated successfully, but these errors were encountered:
What happens on the real command line? (not the terminal in vscode)
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Description Overview
When I add code to .eslintrc.json it crashes and gives an error
env: {
browser: true,
es2021: true
},
extends: [
'plugin:react/recommended',
'standard-with-typescript'
],
overrides: [
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: './tsconfig.json'
},
plugins: [
'react'
],
settings: {
react: {
version: 'detect'
}
},
My error:
Request textDocument/codeAction failed.
Message: Request textDocument/codeAction failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined]
Code: -32603
Expected Behavior
I can't find the cause of the breakage
eslint-plugin-react version
v7.32.2
eslint version
v8.40.0
node version
v16.14.2
The text was updated successfully, but these errors were encountered: