@theforeman/babel

Adds theforeman babel configuration to your project

Usage no npm install needed!

<script type="module">
  import theforemanBabel from 'https://cdn.skypack.dev/@theforeman/babel';
</script>

README

@theforeman/babel

Adds theforeman babel configuration to your project

Package Version Downloads Status Build Status: Linux PRs Welcome code style: prettier

Installation

  1. Install @theforeman/babel dependency
npm install --save-dev @theforeman/babel
  1. Create a .babelrc.js file at your project root folder and use @theforeman/babel as a preset.
module.exports = {
  presets: [require.resolve('@theforeman/babel')],
};

Contributing

Please checkout the contributing.md, the roadmap.md and the open issues.