0.0.10 ā€¢ Published 6 months ago

eslint-plugin-eliasxlii-plugin v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

eslint-plugin-eliasxlii-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-eliasxlii-plugin:

npm install eslint-plugin-eliasxlii-plugin --save-dev

Usage

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

{
    "plugins": [
        "eliasxlii-plugin"
    ]
}

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

{
    "rules": {
        "eliasxlii-plugin/rule-name": 2
    }
}

Rules

šŸ”§ Automatically fixable by the --fix CLI option.

NameDescriptionšŸ”§
layer-importschecking feature sliced design layers imports
path-checkerfeature sliced relative path checkeršŸ”§
public-api-importschecking imports to public API rulesšŸ”§
0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

7 months ago

0.0.0

7 months ago