Łukasz Strączyński
Łukasz Strączyński
I'm using syntax mentioned by @neverfox very often and it would be extremely useful if `jsx-indent` and `jsx-indent-props` rules worked correctly with it.
This example: ``` jsx (condition) ? : ``` breaks 3 rules: `jsx-indent`, `jsx-indent-props` and `jsx-closing-bracket-location`. @lencioni how would you like to enforce this and potentially other styles across all 3...
@lencioni You were saying that you would like to enforce different styles by an option. It certainly would be nice to have that option but I am wondering how would...