Skip to content

DZakh/eslint-plugin-consistent-imports

Repository files navigation

eslint-plugin-consistent-imports

WIP! Don't try to use it!

Tests

Helps in writing code with css-modules

Installation :)

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-consistent-imports:

npm install eslint-plugin-consistent-imports --save-dev

Usage

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

{
  "plugins": ["consistent-imports"]
}

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

{
  "rules": {
    "consistent-imports/rule-name": 2
  }
}

Supported Rules

  • Fill in provided rules here

About

Helps in writing code with css-modules

Resources

Stars

Watchers

Forks

Packages

No packages published