-
Notifications
You must be signed in to change notification settings - Fork 147
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