Socket
Socket
Sign inDemoInstall

@gonimbly/eslint-config-base-babel

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gonimbly/eslint-config-base-babel

GoNimbly's ESLint config for Babel-compiled apps


Version published
Weekly downloads
0
decreased by-100%
Maintainers
6
Weekly downloads
 
Created
Source

GoNimbly ESLint Config for Babel-compiled apps

Implements a base ESLint configuration intended for apps compiled with Babel running on Node 7+ (ES2017).

Install

yarn add -D @gonimbly/eslint-config-base-babel babel-eslint@^7.2.3 eslint@^3.19.0 eslint-plugin-import@^2.2.0 eslint-plugin-prefer-object-spread@^1.2.1 eslint-plugin-prettier@^2.1.2 prettier

Usage

Once @gonimbly/eslint-config-base-babel is installed, you can use it by specifying @gonimbly/eslint-config-base-babel in the extends section of your ESLint configuration.

{
  "extends": "@gonimbly/eslint-config-base-babel",
  "rules": {
    // Additional, per-project rules...
  }
}

FAQs

Package last updated on 19 Oct 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc