-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rules @typescript-eslint/indent and react/jsx-indent-props fight for identation #691
Comments
@typescript-eslint/indent
and react/jsx-indent-props
fight for identation
@typescript-eslint/indent
and react/jsx-indent-props
fight for identation
And I cannot disable any of them (other rules can be turn off easily)
to package.json > xo.rules[] I've tried add that to package.json > eslintConfig.rules. I've tried to play with "off" value like 0 or [0] or [0, ...] or ["off"] or ["off", ...] I've also tried to --print-config Nothing helps =( |
Lines 373 to 377 in a608bf1
|
Same issue as #613. |
I assume this has been fixed in #691 (comment) Reopen if not |
So
The text was updated successfully, but these errors were encountered: