0.1.0 ā€¢ Published 1 year ago

eslint-plugin-icedfrisby v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-plugin-icedfrisby

Build version license

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.

NameDescriptionšŸ’¼āš ļø
no-exclusive-testsDisallow exclusive testsāœ…
no-skipped-testsDisallow skipped testsāœ