@longo-andrea/eslint-base

0.4.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @longo-andrea/eslint-base

Weekly Downloads

1

Version

0.4.6

License

MIT

Unpacked Size

3.16 kB

Total Files

4

Last publish

Collaborators

  • longo-andrea