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: 4 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T01:09:50.000Z (about 7 years ago)
- Last Synced: 2025-07-07T05:05:57.154Z (4 months ago)
- Topics: babel, presets
- Language: JavaScript
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 3
- 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
[](https://stackshare.io/immowelt-group/)
[](https://travis-ci.org/ImmoweltGroup/babel-preset-immowelt-node)
[](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-node)
[](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-node#info=devDependencies&view=table)
[](https://renovateapp.com/)
[](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.