1.4.0 • Published 5 years ago

eslint-plugin-chirp-test-rules v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

eslint-plugin-chirp-test-rules

Enforces best practices for ember mocha tests

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-chirp-test-rules:

$ npm install eslint-plugin-chirp-test-rules --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-chirp-test-rules globally.

Usage

Add chirp-test-rules to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "chirp-test-rules"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "chirp-test-rules/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago