Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/immoweltgroup/babel-preset-immowelt-node

Shareable config of babel for node based projects at Immowelt.
https://github.com/immoweltgroup/babel-preset-immowelt-node

babel presets

Last synced: 25 days ago
JSON representation

Shareable config of babel for node based projects at Immowelt.

Awesome Lists containing this project

README

        

# @immowelt/babel-preset-immowelt-node

[![Powered by Immowelt](https://img.shields.io/badge/powered%20by-immowelt-yellow.svg?colorB=ffb200)](https://stackshare.io/immowelt-group/)
[![Build Status](https://travis-ci.org/ImmoweltGroup/babel-preset-immowelt-node.svg?branch=master)](https://travis-ci.org/ImmoweltGroup/babel-preset-immowelt-node)
[![Dependency Status](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-node.svg)](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-node)
[![devDependency Status](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-node/dev-status.svg)](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-node#info=devDependencies&view=table)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

This package is the default Babel preset which we use in combination of Node v8.

## Usage

If you want to use the `@immowelt/babel-preset-immowelt-node` preset, you can install it by executing:

```sh
yarn add @immowelt/babel-preset-immowelt-node --dev
```

Then create a file named `.babelrc` with following contents in the root folder of your project:

```js
{
"presets": [
"@immowelt/babel-preset-immowelt-node"
]
}
```

## Contributing

See the `CONTRIBUTING.md` file at the root of the repository.

## Licensing

See the `LICENSE` file at the root of the repository.