jlengstorf/eslint-plugin-replyguy

Failed to load plugin

Open

#19 opened on Sep 2, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (11 forks)batch import
help wanted

Repository metrics

Stars
 (423 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi,

quick issue when I want to setup your linter on my Gatsby project.

In my package.json :

  "devDependencies": {
    "eslint": "^7.8.1",
    "eslint-config-react-app": "^5.2.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-replyguy": "^1.7.0",
    "prettier": "2.1.1"
  },

Then on the ouput : Failed to load plugin 'replyguy' declared in '.eslintrc.js': Unexpected end of input Referenced from: ...

I tried to install locally & globally, restart VSCode, setup a new project, init a new linter but nothing works on my computer. If you have an idea... thanks :))

Contributor guide