eslint-config-coder-dev

1.0.8 • Public • Published

ESlint personal configuration

eslint

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

/eslint-config-coder-dev/

    Package Sidebar

    Install

    npm i eslint-config-coder-dev

    Weekly Downloads

    8

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    25.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • luiscoderdev