open-duelyst/duelyst

[P1] Enable linting for ESLint override files

Open

Aperta il 10 set 2022

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (3443 star) (526 fork)batch import
backendenhancementfrontendhelp wanted

Descrizione

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.

Guida contributor