Skip to content

Alexey-Lebedev-BPPG/eslint-plugin-path-checher-ulbi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Name Description 🔧
layer-imports description
path-checker feature sliced relative path checker 🔧
public-api-imports description 🔧

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published