eslint-config-coder-dev
v1.0.8
Published
Eslint configuration of Luis Monsalve for personal projects and more
Downloads
11
Maintainers
Readme
ESlint personal configuration
🚨 Warning this repo has rules from airbnb styles, but modified to fix my style guides rules.
⚡️ Requirements
- eslint >= ^7.32.0 || ^8.2.0
📦 Installation
Run this command to install eslint and the plugin.
pnpm i -D eslint-config-coder-dev
🚀 Usage
To use this plugin put in your eslint config file this lines of codes.
{
"root": true,
"extends": "coder-dev"
}