2.0.0 • Published 1 year ago

@taglivros/eslint-config-tag v2.0.0

Weekly downloads
2
License
ISC
Repository
bitbucket
Last release
1 year ago

eslint-config-tag

Consuming the eslint-config-tag

  1. Add the package to your project. npm i @taglivros/eslint-config-tag.
  2. Follow one of the steps bellow:
    1. APIs written with JS
    2. React projects written with JS
    3. APIs written with TS
    4. React projects written with TS

1. Consuming eslint for APIs written with JS eslint

Create a .eslintrc.(js|json|yml) in the root folder of your project, then add the snippet below:

{
  "extends": "@taglivros/eslint-config-tag"
}

2. Consuming eslint for React projects written with JS eslint

Create a .eslintrc.(js|json|yml) in the root folder of your project, then add the snippet below:

{
  "extends": "@taglivros/eslint-config-tag/src/react"
}

3. Consuming eslint for APIs written with TS eslint

Create a .eslintrc.(js|json|yml) in the root folder of your project, then add the snippet below:

{
  "extends": "@taglivros/eslint-config-tag/src/typescript"
}

4. Consuming eslint for React projects written with TS eslint

Create a .eslintrc.(js|json|yml) in the root folder of your project, then add the snippet below:

{
  "extends": "@taglivros/eslint-config-tag/src/react-typescript"
}

Collaborating

  1. Create a single pull request per rule changed.
  2. Add as reviewer at least one member of each team that uses it, checkout here which members.
  3. Only merge having 2 approves, at least.
2.0.0

1 year ago

1.19.0

2 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.15.0

4 years ago

1.16.0

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.9.0

4 years ago

1.10.0

4 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago