Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-callstack-io

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-callstack-io

ESLint preset extending Airbnb, Flow, Prettier and Jest

  • 0.0.4
  • npm
  • Socket score

Version published
Weekly downloads
2.4K
increased by489.78%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-callstack-io

Callstack.io eslint config utilizing Airbnb config, Flow, Prettier and Jest support.

Plugins and configs used:

  • eslint-config-airbnb
  • eslint-config-prettier
  • eslint-plugin-flowtype
  • eslint-plugin-jest

Installation

You'll need to install correct version of each package.

Note: We're using yarn to install deps. Feel free to change commands to use npm and npx if you like

For convenience Linux/OSX users can run:

(
  export PKG=eslint-config-callstack-io;
  yarn info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG"
)

Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

yarn global add install-peerdeps
install-peerdeps --dev eslint-config-airbnb

Usage

Add to your eslint config:

{
  "eslint": {
    "extends": "callstack-io"
  }
}

Keywords

FAQs

Package last updated on 25 Jul 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