open-duelyst/duelyst

[P1] Enable linting for ESLint override files

Open

#26 aperta il 10 set 2022

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

Metriche repository

Star
 (3443 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

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