mirror of
https://github.com/bendtherules/eslint-plugin-import-grouped.git
synced 2026-08-18 13:43:19 +00:00
3cf36a9c20d703f06dd6f043b1d4b0166828e9de
eslint-plugin-import-grouped
Import statements should be grouped by extensions and groups can have custom order between them
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-import-grouped:
$ npm install eslint-plugin-import-grouped --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-import-grouped globally.
Usage
Add import-grouped to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"import-grouped"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"import-grouped/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here
Description
Eslint plugin - Import statements should be grouped by extensions and groups have order
44 KiB
Languages
JavaScript
100%