@immowelt/babel-preset-immowelt
v1.0.4
Published
Default shareable config of babel for projects at Immowelt.
Downloads
4
Readme
@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 executing npm run lint
.
Visit the eslint-config-immowelt-react package for more information.
License
See the LICENSE
file at the root of the repository.