UNPKG

react-element-to-jsx-string

Version:

Turn a ReactElement into the corresponding JSX string.

24 lines (23 loc) 411 B
{ "parser": "flow", "singleQuote": true, "trailingComma": "es5", "overrides": [ { "files": ".prettierrc", "options": { "parser": "json" } }, { "files": ".babelrc", "options": { "parser": "json" } }, { "files": "*.json", "options": { "parser": "json" } }, { "files": "package.json", "options": { "printWidth": 999 } } ] }