open-duelyst/duelyst

[P1] Enable linting for ESLint override files

Open

#26 geöffnet am 10. Sept. 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3.443 Stars) (526 Forks)batch import
backendenhancementfrontendhelp wanted

Beschreibung

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.

Contributor Guide