eslint-plugin-bvbsis-fsd
v0.0.5
Published
Plugin for FSD
Maintainers
Readme
eslint-plugin-bvbsis-fsd
Plugin for FSD
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-bvbsis-fsd:
npm install eslint-plugin-bvbsis-fsd --save-devUsage
In your configuration file, import the plugin eslint-plugin-bvbsis-fsd and add bvbsis-fsd to the plugins key:
import bvbsis-fsd from "eslint-plugin-bvbsis-fsd";
export default [
{
plugins: {
bvbsis-fsd
}
}
];Then configure the rules you want to use under the rules key.
import bvbsis-fsd from "eslint-plugin-bvbsis-fsd";
export default [
{
plugins: {
bvbsis-fsd
},
rules: {
"bvbsis-fsd/rule-name": "warn"
}
}
];Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).
Rules
TODO: Run eslint-doc-generator to generate the rules list.
