Closed vamshi9 closed 4 years ago
@vamshi9 thanks for reporting. We've updated how ESLint errors are reported, so if you go to your repo Settings
page, you should see a more detailed explanation of what went wrong.
For your case it's related to invalid rule configuration value which is usually caused by mismatched ESLint versions. To see what version and plugins we use please visit https://support.codefactor.io/i24-analysis-tools-open-source.
Recently, I have updated the dev dependencies of eslint to their latest stable versions. When I run lint --fix command locally, I see 0 issues. But when ran through code factor, I see the issues. I am not sure how code factor is evaluating the rules set in .eslintrc.json.
Local:
Code factor:
.eslintrc.json
package..json
I had to add all the eslint rules because code factor was throwing the error. But now, I want to know the core reason for it. I think I can't keep proceeding in adding the rules where my local and code factor are not in sync.
Any idea?