@maicol07/eslint-config
v2.4.2
Published
Personal ESLint config for my projects. Based on [Airbnb](https://github.com/iamturns/eslint-config-airbnb-typescript), has rules for: - [Mithril](https://www.npmjs.com/package/eslint-plugin-mithril) - [TypeScript](http://github.com/typescript-eslint/type
Downloads
40
Readme
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.