Personal ESLint config for my projects. Based on Airbnb, has rules for:
npm install --save-dev @maicol07/eslint-configyarn add --dev @maicol07/eslint-configpnpm 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.
Add this to your .eslintrc file:
{
"extends": "@maicol07"
}MIT
Feel free to open an issue or a PR.