mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
JSX currently transforms everything to double quote except these two. This way, it's at least consistent and will satisfy half of the people who do put a strict quotation linting on their project. Test: `jest`, check the double quoted transformed `data-bla="something"`.