babel-preset-pwmckenna

I use the same babel presets/plugins for all my projects. This makes it super simple for me to configure .babelrc. I would recommend against anyone else using this. This is kept in sync with eslint-config-pwmckenna so that eslint enforces the same syntax that babel can compile.

Usage no npm install needed!

<script type="module">
  import babelPresetPwmckenna from 'https://cdn.skypack.dev/babel-preset-pwmckenna';
</script>

README

babel-preset-pwmckenna

I use the same babel presets/plugins for all my projects. This makes it super simple for me to configure .babelrc. I would recommend against anyone else using this. This is kept in sync with eslint-config-pwmckenna so that eslint enforces the same syntax that babel can compile.

.babelrc

{
  "presets": ["pwmckenna"]
}