Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/immoweltgroup/babel-preset-immowelt-node
- Owner: ImmoweltGroup
- License: mit
- Created: 2017-08-22T09:33:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T01:09:50.000Z (over 6 years ago)
- Last Synced: 2024-04-30T03:23:05.598Z (10 months ago)
- Topics: babel, presets
- Language: JavaScript
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.