我希望我的eslintrc.js被打印出来,并且拥有所有允许的规则的类型定义。module.exports = defineESLint({ // intellisence: Enforce the consistent use of either backticks, double, or single quotes // | ['warn' | 'error', 'singl
Requests */ notes: 12, // this is typed as string and errors as expected当我将// @ts-check但是,如果我不使用// @ts-check,它仍然会给出智能感知的建议,但不会给出红线。
如何设置TypeScript粒度,以便它只检查和红线只对JSDoc类型的对象进行?