Skip to content

Not compatible with VS Code + ESLint plugin #124

Closed
@kyleect

Description

@kyleect

Perhaps this is an issue not in the scope of this project but...

Steps

  1. $ create-react-app testApp && cd testApp
  2. Open project in VS Code with ESLint plugin installed
  3. Open any javascript file

Expected

ESLint plugin lints my code and displays errors.

Actual

VS Code display this error: No ESLint configuration found


This makes sense because there isn't an eslint config file anywhere. I ran npm run eject and changed config/eslint.js to config/.eslintrc.js to match '**/.eslintr{c.js,c.yaml,c.yml,c,c.json}' per https://github.com/Microsoft/vscode-eslint/blob/master/eslint/extension.ts#L40. This didn't fix the issue. Does anyone have any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions