0.2.0 • Published 6 months ago

@tgarif/eslint-config v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@tgarif/eslint-config

npm

Usage

Install

npm i -D @tgarif/eslint-config

Default 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