0.0.2 • Published 4 years ago

@reuters-graphics/eslint-config v0.0.2

Weekly downloads
333
License
MIT
Repository
github
Last release
4 years ago

npm.io

@reuters-graphics/eslint-config

Quickstart

  1. Install the package:

    $ yarn add -D @reuters-graphics/eslint-config eslint
  2. Create a .eslintrc.json in the root of your project:

    {
      "root": true,
      "extends": "@reuters-graphics/eslint-config"
    }