Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-tailored-tunes

tailored-tunes194MIT5.0.2

Eslint configuration files for the Tailored Tunes universe

eslint, javascript, typecript, styleguide, tailored-tunes

readme

Tailored Tunes Eslint Config

The global Eslint configuration for all Tailored Tunes JS projects.

Installation

Yarn (preferred)

yarn add -D eslint-config-tailored-tunes

NPM (legacy)

npm install --save-dev eslint-config-tailored-tunes

In your project root, create a file called .eslintrc with the following contents

{
  "extends": 
  [
    "tailored-tunes",
    "tailored-tunes/react",
    "tailored-tunes/typescript"
  ]
}

Use the /react and the /typescript at your discretion.