New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shelf/babel-config

Package Overview
Dependencies
Maintainers
58
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shelf/babel-config

babel-config

3.0.0
latest
npm
Version published
Weekly downloads
1K
0.48%
Maintainers
58
Weekly downloads
 
Created
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

Package last updated on 06 Dec 2023

Did you know?

Socket

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