Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

babel-preset-pwmckenna

pwmckenna15ISC1.0.2

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](https://github.com/pwmckenna/e

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"]
}