jlengstorf/eslint-plugin-replyguy

Failed to load plugin

Open

#19 aperta il 2 set 2020

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (11 fork)batch import
help wanted

Metriche repository

Star
 (423 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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 :))

Guida contributor