@maicol07/eslint-config

2.4.2 • 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

Readme

Keywords

none

Package Sidebar

Install

npm i @maicol07/eslint-config

Weekly Downloads

4

Version

2.4.2

License

none

Unpacked Size

7.78 kB

Total Files

3

Last publish

Collaborators

  • maicol07