jlengstorf/eslint-plugin-replyguy

Failed to load plugin

Open

#19 建立於 2020年9月2日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (423 star) (11 fork)batch import
help wanted

描述

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

貢獻者指南