0.3.2 • Published 3 years ago

@next-zero/babel-preset-jsx-flow v0.3.2

Weekly downloads
107
License
MIT
Repository
github
Last release
3 years ago

@next-zero/babel-preset-jsx-flow

Babel preset config for next-zero.

Installation

yarn add --dev eslint @next-zero/babel-preset-jsx-flow

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Usage

Add to your babel config (.babelrc):

{
    "presets": "@next-zero/jsx-flow"
}