0.0.3 • Published 1 year ago

eslint-plugin-vertical-straight-align v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

eslint-plugin-vertical-straight-align

Makes your imports smooth and easy to read

eslint-plugin-vertical-straight-align_2

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-vertical-straight-align:

npm install eslint-plugin-vertical-straight-align --save-dev

Usage

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

{
    "plugins": [
        "vertical-straight-align"
    ]
}

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

{
    "rules": {
        "vertical-straight-align/align-imports": "error"
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago