5.0.2 • Published 3 years ago

eslint-config-tailored-tunes v5.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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.

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

4 years ago

4.1.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

4.0.2

4 years ago

3.0.0

6 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago