open-duelyst/duelyst

[P1] Enable linting for ESLint override files

开放

#26 创建于 2022年9月10日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (526 个派生)batch import
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.

贡献者指南