houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

Failed to load parser '@babel/eslint-parser' declared in '.eslintrc': #1838

Open dannyrb opened 3 years ago

dannyrb commented 3 years ago

Does hound support @babel/eslint-parser? If so, what would cause this to fail on CI but pass locally?

Screen Shot 2021-03-24 at 4 42 21 PM

gylaz commented 3 years ago

Which version of ESLint are you using with Hound? He have added support for @babel/eslint-parser to ESLint v7.7.0.

phyzical commented 3 years ago

hey @gylaz i can confirm its not found with the following hound.yml

eslint:
  enabled: true
  config_file: .eslintrc.yml
  ignore_file: .eslintignore
  version: 7.7.0
phyzical commented 3 years ago
image

oh and here is the error incase it helps