🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

babel-preset-lusk

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-lusk

Babel preset used at Lusk

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
10
-9.09%
Maintainers
2
Weekly downloads
 
Created
Source

Babel Preset Lusk

npm

Babel preset used at Lusk.

Installation

# Using yarn
yarn add babel-preset-lusk

# Using npm
npm install babel-preset-lusk

Usage

.babelrc

{
  "presets": ["lusk"]
}

Via CLI

$ babel index.js --presets lusk

Via Node API

require("babel-core").transform("code", {
  presets: ["lusk"]
});

Keywords

babel

FAQs

Package last updated on 23 Nov 2017

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