Skip to content

Update ESLint to use .eslintrc.js #177

@rvarbanov

Description

@rvarbanov

On the ESLint site they say that .eslintrc is deprecated and that we should use one of the following in that order:

  1. .eslintrc.js
  2. .eslintrc.yaml
  3. .eslintrc.yml
  4. .eslintrc.json
  5. .eslintrc (deprecated)
  6. package.json

I could just update the eslint's settings.json to one of those, but that did not seem to work well for me. Is there a way to update the Interactive Linter to look for one of those files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions