@prodo-ai/eslint-plugin

1.0.0 • Public • Published

eslint-plugin-prodo

Prodo's custom ESLint stuff

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-prodo:

$ npm install eslint-plugin-prodo --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-prodo globally.

Usage

Add prodo to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "prodo"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
      "prodo/sort-imports-by-path": ["error", {
        "sortOrder": ["type", "named", "unnamed"],
        "enforceBlankLine": true,
        "enforceTrailingLine": true,
        "ignoreCase": true
      }],
    }
}

Supported Rules

  • sort-imports-by-path

/@prodo-ai/eslint-plugin/

    Package Sidebar

    Install

    npm i @prodo-ai/eslint-plugin

    Weekly Downloads

    5

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    19.3 kB

    Total Files

    15

    Last publish

    Collaborators

    • kwohlfahrt
    • konstantinos-prodo
    • jakerunzer
    • andrejak
    • brunomarnette
    • tdawes
    • samirtalwar