1.3.1 • Published 2 years ago

eslint-config-haaxor1689s-config v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ESlint configuration based on my personal preferences

Usage

To use this config, you can add it under eslintConfig key to your package.json or add it to your existing eslint config.

{
  // ...
  "eslintConfig": {
    "extends": "haaxor1689s-config"
  }
}

This package also contains prettier config that can be enabled by adding prettier key to your package.json.

{
  // ...
  "prettier": "prettier-config-haaxor1689s-config"
}