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

eslint-config-stripe

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-stripe

Stripe's ESLint config

1.2.1
latest
Source
npm
Version published
Maintainers
2
Created
Source

eslint-config-stripe

This package provides Stripe's .eslintrc as an extensible shared config.

Installation

eslint-config-stripe is based off of eslint-config-airbnb and requires eslint, eslint-plugin-import, eslint-plugin-react, and eslint-plugin-jsx-a11y. To install:

(
  export PKG=eslint-config-stripe;
  npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
)

Usage

Add extends: 'stripe' to your .eslintrc:

(.eslintrc.yml)

---
extends: 'stripe'

(.eslintrc)

{
"extends": "stripe"
}

Keywords

stripe

FAQs

Package last updated on 04 Mar 2019

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