1.4.7 • Published 10 months ago
@jpapini/eslint-config v1.4.7
ESLint configuration
Custom ESLint configuration for JavaScript and TypeScript projects.
Additional configurations are available for:
- React projects:
@jpapini/eslint-config/react
- Nest.js projects:
@jpapini/eslint-config/nest
How to use
- Install the package and its required peer dependencies:
pnpm add -D @jpapini/eslint-config eslint@^8
!WARNING Use ESLint version 8, because the configuration is not compatible with version 9.
- Edit your
package.json
file to include the following:
{
"scripts": {
"lint:eslint": "eslint --cache --cache-location node_modules/.cache/eslint/.eslintcache .",
"format:eslint": "eslint --cache --cache-location node_modules/.cache/eslint/.eslintcache --fix ."
},
"eslintConfig": {
"extends": "@jpapini/eslint-config"
}
}
- Add a
.eslintignore
file with the following content:
### Jetbrains IDEs ###
.idea
### Visual Studio Code ###
.vscode
### Dependencies ###
node_modules
.pnpm-store
### Cache ###
.turbo
### Compiled outputs ###
dist
generated
### Tests ###
coverage
### Temporary ###
old
*.timestamp-*
Author
- Julien Papini julien.papini@gmail.com
1.4.6
10 months ago
1.4.5
10 months ago
1.4.7
10 months ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
1.4.4
10 months ago
1.4.3
10 months ago
1.4.2
11 months ago
1.4.1
12 months ago
1.4.0
12 months ago
1.3.0
12 months ago
1.1.2
1 year ago
0.3.0
3 years ago
0.4.1
2 years ago
0.3.2
3 years ago
0.4.0
3 years ago
0.3.1
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.2.0
3 years ago
0.1.0
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.0.21
3 years ago
0.0.22
3 years ago
0.0.23
3 years ago
0.0.24
3 years ago
0.0.25
3 years ago
0.0.20
3 years ago
0.0.19
3 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago