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

@financial-times/eslint-config-ip-wxp

Package Overview
Dependencies
Maintainers
14
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/eslint-config-ip-wxp

the worker experience teams eslint config

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

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

eslint-config-ip-wxp

npm version CircleCI

This is the eslint config used by the worker experience team.

It uses airbnb as it's base with the below extras:

  • parser - babel-eslint is used for better es6 support
  • environments - (browser, es6, mocha, node)
  • rules - no-unused-expressions is disabled so chai can be used

Installation

Install via npm npm i -D @financial-times/eslint-config-ip-wxp

Usage

This module can be used via package.json:

  "eslintConfig": {
    "extends": [
      "@financial-times/ip-wxp"
    ]
  },

or .eslintrc.js

{
  extends: [
    '@financial-times/ip-wxp'
  ]
}

Licence

MIT

FAQs

Package last updated on 01 Jun 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

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