1.0.8 ā€¢ Published 1 year ago

eslint-config-coder-dev v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"
}