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.