duelyst icon indicating copy to clipboard operation
duelyst copied to clipboard

[P1] Enable linting for ESLint override files

Open willroberts opened this issue 3 years ago • 1 comments

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.

willroberts avatar Sep 10 '22 17:09 willroberts

It looks like the list of overrides has grown a little bit. I'd like to take on this issue and help resolve the linting issues

adam-jennings avatar May 22 '25 23:05 adam-jennings