An open API service indexing awesome lists of open source software.

https://github.com/swiftcarrot/babel-preset-swiftcarrot

babel config
https://github.com/swiftcarrot/babel-preset-swiftcarrot

Last synced: about 2 months ago
JSON representation

babel config

Awesome Lists containing this project

README

        

# babel-preset-swiftcarrot

[![npm](https://img.shields.io/npm/v/babel-preset-swiftcarrot.svg)](https://www.npmjs.com/package/babel-preset-swiftcarrot)
[![npm](https://img.shields.io/npm/dm/babel-preset-swiftcarrot.svg)](https://www.npmjs.com/package/babel-preset-swiftcarrot)
[![Build Status](https://travis-ci.org/swiftcarrot/babel-preset-swiftcarrot.svg?branch=master)](https://travis-ci.org/swiftcarrot/babel-preset-swiftcarrot)
[![codecov](https://codecov.io/gh/swiftcarrot/babel-preset-swiftcarrot/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftcarrot/babel-preset-swiftcarrot)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

### Installation

```sh
yarn add @babel/core babel-preset-swiftcarrot --dev
npm install @babel/core babel-preset-swiftcarrot --save-dev
```

### Usage

```json
{
"presets": ["swiftcarrot"]
}
```

### License

MIT