eslint-plugin-icedfrisby
v0.1.0
Published
ESLint rules for IcedFrisby
Downloads
5,011
Maintainers
Readme
eslint-plugin-icedfrisby
ESLint rules for IcedFrisby.
Installation
npm i --save-dev eslint eslint-plugin-icedfrisby
Usage
Add icedfrisby
to the plugins section of your .eslintrc
configuration file.
{
"plugins": [
"icedfrisby"
]
}
Then configure the rules you want to use under the rules section. e.g:
{
"rules": {
"icedfrisby/no-exclusive-tests:": ["error"]
}
}
Configs
This plugin exports a recommended config:
{
"extends": [
"plugin:icedfrisby/recommended"
]
}
Rules
💼 Configurations enabled in.
⚠️ Configurations set to warn in.
✅ Set in the recommended
configuration.
| Name | Description | 💼 | ⚠️ | | :----------------------------------------------------- | :----------------------- | :- | :- | | no-exclusive-tests | Disallow exclusive tests | ✅ | | | no-skipped-tests | Disallow skipped tests | | ✅ |