1.0.0-beta.3 • Published 12 months ago

@longo-andrea/eslint-config-base v1.0.0-beta.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Personal ES Lint configurations (@longo-andrea)

Personal ES Lint configuration

  • 🧱 Basic ES Lint configuration
  • ⚙️ Typescript specific ES Lint configuration
  • 👗 Prettier config, configured to work with ESLint

Available packages

  • @longo-andrea/eslint-base: basic ES Lint configuration
  • @longo-andrea/eslint-typescript: extends @longo-andrea/eslint-base and add some more rules Typescript's related
  • @longo-andrea/prettier: defines Prettier configuration

Get started

  1. Install the packages you want to use
pnpm add -D eslint @longo-andrea/eslint-base
  1. Add the configuration on the project, .eslintrc:
{
    extends: [ '@longo-andrea/eslint-base' ]
}

License

MIT License © 2022-PRESENT Andrea Longo