8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
array
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
parser
No response
npm eslint --config .eslintrc.cjs . // or yarn eslint --config .eslintrc.cjs . // or pnpm eslint --config .eslintrc.cjs .
### ESLint Config ```javascript module.exports = { parser: '@typescript-eslint/parser', extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'], }
{ "extends": ["tsconfig.json"] "compilerOptions": { // ... } }
Since tsconfig.extends now accepts array, ESLint should also be able to parse it and run normally.
Parsing error: Compiler option 'extends' requires a value of type string
@typescript-eslint/eslint-plugin
5.42.0
@typescript-eslint/parser
@typescript-eslint/scope-manager
X.Y.Z
TypeScript
5.0.0-dev.20221214
ESLint
8.26.0
node
18.12.1
The text was updated successfully, but these errors were encountered:
We do not support "dev" versions of TS. We will assess this as part of the 5.0 release when it comes around.
https://typescript-eslint.io/maintenance/versioning#typescript
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Before You File a Bug Report Please Confirm You Have Done The Following...
Relevant Package
parser
Playground Link
No response
Repro Code
tsconfig
Expected Result
Since tsconfig.extends now accepts array, ESLint should also be able to parse it and run normally.
Actual Result
Parsing error: Compiler option 'extends' requires a value of type string
Additional Info
No response
Versions
@typescript-eslint/eslint-plugin
5.42.0
@typescript-eslint/parser
5.42.0
@typescript-eslint/scope-manager
X.Y.Z
TypeScript
5.0.0-dev.20221214
ESLint
8.26.0
node
18.12.1
The text was updated successfully, but these errors were encountered: