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