eslint-plugin-aezakmi-default-arguments
v0.0.9
Published
plugin for pretend arguments with the same value as its default initializer
Maintainers
Readme
eslint-plugin-aezakmi-default-arguments
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-aezakmi-default-arguments:
npm install eslint-plugin-aezakmi-default-arguments --save-devUsage
Add aezakmi-default-arguments to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"aezakmi-default-arguments"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"aezakmi-default-arguments/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
