0.2.0 • Published 2 years ago
@tgarif/eslint-config v0.2.0
@tgarif/eslint-config
Usage
Install
npm i -D @tgarif/eslint-configDefault config (non-fix)
Example usage for your /.eslintrc.json:
{
"extends": "@tgarif/eslint-config",
"rules": {}
}Fix config
Example usage for your /.eslintrc.fix.json:
{
"extends": "@tgarif/eslint-config/fix",
"rules": {}
}Config VS Code auto fix
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}License
MIT License © 2023-PRESENT Tengku Arif