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.

貢獻者指南