0.4.6 • Published 3 years ago
@longo-andrea/eslint-typescript v0.4.6
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
- Install the packages you want to use
pnpm add -D eslint @longo-andrea/eslint-base
- Add the configuration on the project,
.eslintrc
:
{
extends: [ '@longo-andrea/eslint-base' ]
}
License
MIT License © 2022-PRESENT Andrea Longo