0.1.25 • Published 2 years ago

@atir-naveed-geeksltd/babel-config v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Babel Config

What is Babel ?

Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.

Shared Babel config

Install

yarn add -D @atir-naveed-geeksltd/babel-config

Usage

Add below code in your package.json

{
 "babel": {
  "extends": "@atir-naveed-geeksltd/babel-config"
 }
}

Default config

You can view the default config here