0.0.4 • Published 3 years ago
eslint-plugin-feature-sliced-paths v0.0.4
eslint-plugin-feature-sliced-paths
plugin for production
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-feature-sliced-paths:
npm install eslint-plugin-feature-sliced-paths --save-devUsage
Add feature-sliced-paths to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"feature-sliced-paths"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"feature-sliced-paths/rule-name": 2
}
}Supported Rules
- Fill in provided rules here