React support
React is supported out the box. If react
is found in your package.json
then:
- Babel automatically has React preset applied. This means your builds and tests will support JSX.
- React and web a11y ESLint configuration is automatically applied. This means linting will catch issues related to web accessibility and React code.