You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sb1/eslint-config-ffe-base

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/eslint-config-ffe-base

Recommended eslint config used for FFE components. Based on eslint-config-airbnb, but without any styling rules.

3.0.1
npmnpm
Version published
Maintainers
4
Created
Source

@sb1/eslint-config-ffe-base

Recommended eslint config used for FFE components. Based on eslint-config-airbnb, but without any styling rules.

Install

npm install --save-dev eslint @sb1/eslint-config-ffe-base eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y

Usage

Create .eslintsrc in the same directory as your package.json and extend this config:

{
    "extends": "@sb1/ffe-base"
}

NB: If you are using React see @sb1/eslint-config-ffe.

FAQs

Package last updated on 09 Aug 2018

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