babel-preset-yarus

0.3.1 • Public • Published

babel-preset-yarus ·

A babel preset for transforming your JavaScript for Yarus.

Install

$ npm install --save-dev babel-preset-yarus

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["Yarus"]
}

Via CLI

$ babel script.js --presets airbnb

Via Node API

require('@babel/core').transform('code', {
  presets: ['Yarus'],
});

Contributing

The main purpose of this repository is to continue to evolve babel-preset-yarus, making it faster and easier to use. Development happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving babel-preset-yarus.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.

License

This project is licensed under the terms of the MIT license.

Package Sidebar

Install

npm i babel-preset-yarus

Weekly Downloads

2

Version

0.3.1

License

MIT

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • yarusenko