houndci / hound

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

.eslintrc format is invalid #1844

Closed pavelbonda closed 3 years ago

pavelbonda commented 3 years ago

Yesterday I started getting .eslintrc format is invalid error, and I'm struggling to find a reason. It is reproducible with following configs:

# .hound.yml

fail_on_violations: true

rubocop:
  version: 0.80.0
  config_file: .rubocop.yml

eslint:  
  enabled: true  
  version: 5.7.0  
  config_file: .eslintrc
# .eslintrc

{
  "rules": {},
  "env": {
    "es6": true,
    "browser": true
  },
  "extends": "eslint:recommended"
}
pavelbonda commented 3 years ago

Looks like issue solved itself and can be closed