智能客服
你问我答,随时在线为你解决问题

























要求或不允许使用分号。
// code-linter.json5
{
"rules": {
"@typescript-eslint/semi": "error"
}
} export const name = 'ESLint';
export class Foo {
public bar = '1';
} // 默认在语句末尾需要加分号
export const name = 'ESLint'
export class Foo {
// 默认在语句末尾需要加分号
public bar = '1'
} 智能客服
你问我答,随时在线为你解决问题
合作咨询
我们的专家服务团队将竭诚为您提供专业的合作咨询服务
解决方案
精准高效的一站式服务支持,助力开发者商业成功