backendenhancementfrontendhelp wanted
仓库指标
- 星标
- (3,443 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
We have several files with overrides set in .eslintrc.json:
{
"files": ["app/**/*.js"],
"rules": {"camelcase": ["warn"]}
},
{
"files": ["test/**/*.js"],
"rules": {"no-unused-expressions": ["off"]}
}
We should remove these overrides and resolve the underlying linting issues.