2.4.2 • Published 1 month ago

@maicol07/eslint-config v2.4.2

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

ESLint config

Personal ESLint config for my projects. Based on Airbnb, has rules for:

Installation

NPM

npm install --save-dev @maicol07/eslint-config

Yarn

yarn add --dev @maicol07/eslint-config

PNPM (recommended)

pnpm add -D @maicol07/eslint-config

You have to add *eslint* to the public-hoist-patterns in your .npmrc file to avoid hoisting issues (if you had already it set). Otherwise, it's all handled by PNPM.

Usage

Add this to your .eslintrc file:

{
  "extends": "@maicol07"
}

License

MIT

Contributing

Feel free to open an issue or a PR.

Credits