@immowelt/babel-preset-immowelt

v1.0.1
Default shareable config of babel for projects at Immowelt.
babel immowelt preset immonet

@immowelt/babel-preset-immowelt

Powered by Immowelt Greenkeeper badge Build Status Dependency Status devDependency Status

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.

npm i @immowelt/[email protected]

Metadata

  • MIT
  • >=8.2.0
  • Immonet dev team
  • released 8/22/2017

Downloads