1.2.1 • Published 2 years ago
@bluzzi/eslint-config v1.2.1
@bluzzi/eslint-config
Usage
Install
npm install -D eslint @bluzzi/eslint-config
Config .eslintrc
{
"extends": "@bluzzi"
}
Add script for package.json
For example:
{
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
}
}
Config VS Code auto fix
Install VS Code ESLint extension and create .vscode/settings.json
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
1.2.0
2 years ago
1.2.1
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago
0.8.8
2 years ago
0.8.7
2 years ago
0.9.0
2 years ago
0.8.5
2 years ago
0.8.4
2 years ago
0.8.6
2 years ago
0.8.3
3 years ago
0.8.2
3 years ago
0.8.1
3 years ago
0.8.0
3 years ago
0.7.0
3 years ago
0.6.0
3 years ago
0.5.8
3 years ago
0.5.7
3 years ago
0.5.6
3 years ago
0.5.4
3 years ago
0.5.3
3 years ago
0.5.2
3 years ago
0.5.1
3 years ago
0.5.0
3 years ago