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
I'm using jsxPragma: 'dom' with my babel config. (so I don't need to manually add that pragma to each file) However, now my dom var appears unused, and there doesn't appear to be any config to set this value in the .eslintrc.
I'm not using React, but since the jsx pragma itself is supported for what appears to be other non-React users, I'm hoping this can be done. :)
The text was updated successfully, but these errors were encountered:
I'm also not using React, but this project is still extremely useful. One more rule that could benefit from the same sort of config would be "react-in-jsx-scope". Instead of having a hardcoded id of "React", it would be great to make this configurable as well.
I'm using
jsxPragma: 'dom'
with my babel config. (so I don't need to manually add that pragma to each file) However, now mydom
var appears unused, and there doesn't appear to be any config to set this value in the.eslintrc
.I'm not using React, but since the jsx pragma itself is supported for what appears to be other non-React users, I'm hoping this can be done. :)
The text was updated successfully, but these errors were encountered: