ESLint: 'PUBLIC' is defined but never used.(no-unused-vars) TS
You should turn off the eslint core rule and turn on the typescript-eslint rule
rules: {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error"
}

本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。
目录
评论暂时关闭了,可以过段时间再试