-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlyrepro:neededThis issue should include a reproducible exampleThis issue should include a reproducible examplerepro:yesIssues with a reproducible exampleIssues with a reproducible example
Description
Environment
Node version: v16.15.1
npm version: N/A - using yarn
Local ESLint version: 8.23.0
Global ESLint version: no global eslint installed
Operating System: MacOS 12.5.1
What parser are you using?
@babel/eslint-parser
What did you do?
I upgraded eslint-plugin-react from 7.37.1 to 7.37.7.
Due to new rules addition and the cache for the former version still being used, offenses for those new rules weren't being reported.
My code contains the following:
const Componnent = () => {
return <table>
<thead>
<th align="center">title</th>
</thead>
</table>
}
What did you expect to happen?
Offenses to be reported
What actually happened?
Nothing was reported
Participation
- I am willing to submit a pull request for this issue.
Additional comments
Should be fixed by this PR: eslint/eslintrc#88
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlyrepro:neededThis issue should include a reproducible exampleThis issue should include a reproducible examplerepro:yesIssues with a reproducible exampleIssues with a reproducible example
Type
Projects
Status
Complete