@maicol07/eslint-config
v3.0.0
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
Readme
ESLint config
Personal ESLint config for my projects. Based on Airbnb, has rules for:
Installation
NPM
npm install --save-dev @maicol07/eslint-configYarn
yarn add --dev @maicol07/eslint-configPNPM (recommended)
pnpm add -D @maicol07/eslint-configYou 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.
