eslint-plugin-marco
v0.0.3
Published
eslint-plugin playground
Maintainers
Readme
eslint-plugin-marco
eslint-plugin playground
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-marco:
npm install eslint-plugin-marco --save-devUsage
Add marco to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"marco"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"marco/no-new-date": "error",
}
}
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.
