action-eslint
action-eslint copied to clipboard
✅ GitHub Action that runs ESLint on files changed in a Pull Request
I have a monorepro, where my frontend is the folder `frontend` and only this is using eslint. I updated my `.eslintrc.yml` to support multiple projects: ``` parserOptions: project: - tsconfig.json...
Without this #16 PR we can't use this action for mono repos.
When I format my whole codebase I'm getting this error: `ESLint couldn't find the config "airbnb" to extend from. Please check that the name of the config is correct.` **My...