@immowelt/babel-preset-immowelt
This package is the default Babel preset which currently only consists of the
flow-strip-types
transform.Usage
If you want to use the@immowelt/babel-preset-immowelt
preset, you can install it by executing:
npm i -S @immowelt/babel-preset-immowelt
Then create a file named
.babelrc
with following contents in the root folder of your project:{
"presets": [
"@immowelt/babel-preset-immowelt"
]
}
Contributing
Please make sure that you adhere to our code style, you can validate your changes / PR by executingnpm run lint
.
Visit the eslint-config-immowelt-react package for more information.License
See theLICENSE
file at the root of the repository.