2.0.0 • Published 1 year ago
@taglivros/eslint-config-tag v2.0.0
eslint-config-tag
Consuming the eslint-config-tag
- Add the package to your project.
npm i @taglivros/eslint-config-tag
. - Follow one of the steps bellow:
- APIs written with JS
- React projects written with JS
- APIs written with TS
- 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
- Create a single pull request per rule changed.
- Add as reviewer at least one member of each team that uses it, checkout here which members.
- 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