Integration in a nuxt configuration
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 162
- Avg merge
- 17h 24m
- Merged PRs (30d)
- 8
Description
Hi there,
i installed the “eslint-plugin-tsdoc” and integrated it into the eslint configuration, but an error was displayed in the log.
2025-11-10 17:55:15.612 [error] ConfigError: Config (unnamed): Key "rules": Key "syntax": Expected severity of "off", 0, "warn", 1, "error", or 2.
at rethrowConfigError (/project-path/node_modules/@eslint/config-array/dist/cjs/index.cjs:343:8)
at /project-path/node_modules/@eslint/config-array/dist/cjs/index.cjs:1405:5
at Array.reduce ()
at FlatConfigArray.getConfigWithStatus (/project-path/node_modules/@eslint/config-array/dist/cjs/index.cjs:1398:43)
at FlatConfigArray.getConfigStatus (/project-path/node_modules/@eslint/config-array/dist/cjs/index.cjs:1440:15)
at ESLint.lintText (/project-path/node_modules/eslint/lib/eslint/eslint.js:1141:13)
at async /home/user/.vscode-insiders/extensions/dbaeumer.vscode-eslint-3.0.19/server/out/eslintServer.js:1:189439
at async O (/home/user/.vscode-insiders/extensions/dbaeumer.vscode-eslint-3.0.19/server/out/eslintServer.js:1:182205)
at async /home/user/.vscode-insiders/extensions/dbaeumer.vscode-eslint-3.0.19/server/out/eslintServer.js:1:29208
at async /home/user/.vscode-insiders/extensions/dbaeumer.vscode-eslint-3.0.19/server/out/eslintServer.js:1:11102
Thank you
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported ConfigError in a Nuxt project using eslint-plugin-tsdoc, then inspect the ESLint configuration and integration setup. Done means the configuration is compatible with the plugin and linting no longer reports the invalid rule severity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, nuxtjs, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100