0.0.2 • Published 7 years ago

@chrisaguilar/babelrc v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

@chrisaguilar/babelrc

Usage

$ yarn add -D @chrisaguilar/babelrc

Then, in package.json:

{
  "name": "some_great_package",
  "version": "1.0.0",
  "...": "...",
  "babel": {
    "extends": "@chrisaguilar/babelrc",
    "presets": ["..."],
    "plugins": ["..."]
  }
}

Or, in .babelrc:

{
  "extends": "@chrisaguilar/babelrc",
  "presets": ["..."],
  "plugins": ["..."]
}

License

MIT