Closed
Description
Error:
103:11 error Expected indentation of 8 space characters but found 10 react/jsx-indent
Code from 103:11
:
https://github.com/diegohaz/arc/blob/84ef1227b18f3d80ac6a297345ccc007ab191015/src/components/molecules/Modal/index.js#L103
On v6.10.0
it doesn't occur.
Activity
ljharb commentedon Mar 19, 2017
This also is breaking react-dates react-dates/react-dates#383
Temporay freeze eslint-plugin-react
yannickcr commentedon Mar 19, 2017
Looking at it.
ljharb commentedon Mar 19, 2017
@yannickcr i'm afraid this still isn't fixed.
This code is still warning on jsx-indent, newly in 6.10+.
[Dev Deps] pin `eslint-plugin-react` to v6.10.0.
ljharb commentedon Mar 20, 2017
(there's a number of other examples in that repo; clone at this sha and run
npm install && npm run lint
to see the errors)yannickcr commentedon Mar 20, 2017
Crap, you're right. Seems to be another issue with multi-line tags. I'll made another patch release shortly. but there is a good chance it will be done tomorrow (it's getting late here).
81 remaining items