0.0.10 ⢠Published 2 years ago
eslint-plugin-path-checher-ulbi-example v0.0.10
eslint-plugin-path-checher-ulbi-example
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-path-checher-ulbi-example:
npm install eslint-plugin-path-checher-ulbi-example --save-devUsage
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 | š§ |