eslint-config-tailored-tunes

5.0.2 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-tailored-tunes

Weekly Downloads

13

Version

5.0.2

License

MIT

Unpacked Size

246 kB

Total Files

13

Last publish

Collaborators

  • tailored-tunes