You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code blocks in jsx-quotes would be better expressed as jsx rather than js
js:
<ab='c'/>
jsx:
<ab='c'/>
But this would require supporting jsx info strings in this plugin. Ideally, would the pre-processor also be able to add the jsx ecmaFeature? Otherwise, linting of these will need to wait until eslint/eslint#3698.
The text was updated successfully, but these errors were encountered:
I don't think it's possible for a preprocessor to alter configuration, so let's wait for the comment there. However, we can definitely add jsx to the list of info strings.
The code blocks in jsx-quotes would be better expressed as
jsx
rather thanjs
js
:jsx
:But this would require supporting
jsx
info strings in this plugin. Ideally, would the pre-processor also be able to add thejsx
ecmaFeature? Otherwise, linting of these will need to wait until eslint/eslint#3698.The text was updated successfully, but these errors were encountered: