UNPKG

@atir-naveed-geeksltd/babel-config

Version:
30 lines (19 loc) 693 B
# Babel Config <img style="vertical-align: middle" height="30" src="https://raw.githubusercontent.com/babel/logo/master/babel.png"> ## 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](https://babeljs.io/docs/en/configuration) ## Install ```shell yarn add -D @atir-naveed-geeksltd/babel-config ``` ## Usage Add below code in your `package.json` ```json { "babel": { "extends": "@atir-naveed-geeksltd/babel-config" } } ``` ## Default config You can view the default config [here](index.js)