eslint-plugin-icedfrisby

0.1.0 • Public • Published

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.

Name Description 💼 ⚠️
no-exclusive-tests Disallow exclusive tests
no-skipped-tests Disallow skipped tests

Package Sidebar

Install

npm i eslint-plugin-icedfrisby

Weekly Downloads

1,321

Version

0.1.0

License

MIT

Unpacked Size

6.76 kB

Total Files

7

Last publish

Collaborators

  • chris48s