@immowelt/babel-preset-immowelt-node
v1.1.1
Published
Default shareable config of babel for projects at Immowelt.
Downloads
17
Readme
@immowelt/babel-preset-immowelt-node
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:
yarn add @immowelt/babel-preset-immowelt-node --dev
Then create a file named .babelrc
with following contents in the root folder of your project:
{
"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.