0.0.10 ā€¢ Published 2 months ago

eslint-plugin-path-checher-ulbi-example v0.0.10

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

eslint-plugin-path-checher-ulbi-example

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-path-checher-ulbi-example:

npm install eslint-plugin-path-checher-ulbi-example --save-dev

Usage

Add path-checher-ulbi-example to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "path-checher-ulbi-example"
    ]
}

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

{
    "rules": {
        "path-checher-ulbi-example/rule-name": 2
    }
}

Rules

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

NameDescriptionšŸ”§
layer-importsdescription
path-checkerfeature sliced relative path checkeršŸ”§
public-api-importsdescriptionšŸ”§
0.0.10

2 months ago

0.0.9

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago