@maicol07/eslint-config

2.2.4 • Public • Published

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

Keywords

none

Install

npm i @maicol07/eslint-config

DownloadsWeekly Downloads

42

Version

2.2.4

License

none

Unpacked Size

5.7 kB

Total Files

3

Last publish

Collaborators

  • maicol07