This repository is a minimal non-working example for jsx-eslint/eslint-plugin-react#3222.
- Clone this repository.
- Run
npm install
. - Run
npm test
.
Errors will be reported for index.js and index-with-jsx.jsx about the
react/jsx-indent
rule, which do not appear to be correct.
Alternatively have a look at the Actions (CI) workflow of this repository.