tslint-plugin-ava

0.1.2 • Public • Published

tslint-plugin-ava Build Status

TSLint rules for AVA

NPM

## Install

$ yarn add tslint-plugin-ava

## Usage

Configure it in tslint.json.

{
 "extends": [ "tslint-plugin-ava" ],
 "rules": {
   "no-only": [ true ]
 }
}

Rules

The rules will only activate in test all files. (PRs welcome).

I only implemented the rule I'm interested in for now. Again PRs or even issues welcome.

  • no-only-test - Ensure no test.only() are present.

References

Readme

Keywords

Package Sidebar

Install

npm i tslint-plugin-ava

Weekly Downloads

14

Version

0.1.2

License

Apache-2.0

Last publish

Collaborators

  • despairblue