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

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

9

Version

1.0.5

License

MIT

Unpacked Size

380 kB

Total Files

4

Last publish

Collaborators

  • robertboulton
  • seraph2000
  • hamza.samih
  • notlee
  • emmalewis
  • aendra
  • the-ft
  • rowanmanning
  • chee
  • alexwilson