1.0.2 • Published 8 years ago

babel-preset-pwmckenna v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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