@immowelt/babel-preset-immowelt

1.0.4 • Public • Published

@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i @immowelt/babel-preset-immowelt

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • inkdpixels
  • immowelt-ci