小编Wil*_*ior的帖子

添加规则时 Eslint 错误 @typescript-eslint/interface-name-prefix

当我添加规则时,

"@typescript-eslint/interface-name-prefix": [ "error", { "prefixWithI": "always" }]
Run Code Online (Sandbox Code Playgroud)

给出以下错误信息:

未找到规则“@typescript-eslint/interface-name-prefix”的定义。eslint(@typescript-eslint/interface-name-prefix)

node.js typescript eslint

23
推荐指数
1
解决办法
1万
查看次数

标签 统计

eslint ×1

node.js ×1

typescript ×1