Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 591 Bytes

eslint-react-jsx-indent

CI

This repository is a minimal non-working example for jsx-eslint/eslint-plugin-react#3222.

  1. Clone this repository.
  2. Run npm install.
  3. 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.