eslint-plugin-eliasxlii-plugin
v0.0.10
Published
plugin for production project
Downloads
1
Maintainers
Readme
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.
| Name | Description | 🔧 | | :----------------------------------------------------- | :-------------------------------------------- | :- | | layer-imports | checking feature sliced design layers imports | | | path-checker | feature sliced relative path checker | 🔧 | | public-api-imports | checking imports to public API rules | 🔧 |