Socket
Socket
Sign inDemoInstall

@shelf/babel-config

Package Overview
Dependencies
241
Maintainers
58
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @shelf/babel-config

babel-config


Version published
Weekly downloads
2.8K
increased by6.62%
Maintainers
58
Install size
15.0 MB
Created
Weekly downloads
 

Readme

Source

@shelf/babel-config

Install

$ yarn add --dev @shelf/babel-config

Usage

In your package.json:

Backend

{
  "babel": {
    "extends": "@shelf/babel-config/backend"
  }
}

Frontend

React components without browser boilerplate (jsx,tsx) + testing (ts/tsx)

{
  "babel": {
    "extends": "@shelf/babel-config/frontend"
  }
}

React components(jsx,tsx) + testing (ts/tsx)

{
  "babel": {
    "extends": "@shelf/babel-config/frontend-component"
  }
}

Frontend library (lodash, ts)

{
  "babel": {
    "extends": "@shelf/babel-config/frontend-library"
  }
}

Vue.js configuration

{
  "babel": {
    "extends": "@shelf/babel-config/frontend-vue"
  }
}

Publish

$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags

License

MIT © Shelf

FAQs

Last updated on 06 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc