eslint-plugin-ava
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -14,2 +14,3 @@ 'use strict'; | ||
'no-todo-test': require('./rules/no-todo-test'), | ||
'no-unknown-modifiers': require('./rules/no-unknown-modifiers'), | ||
'prefer-power-assert': require('./rules/prefer-power-assert'), | ||
@@ -40,2 +41,3 @@ 'test-ended': require('./rules/test-ended'), | ||
'ava/no-todo-test': 1, | ||
'ava/no-unknown-modifiers': 2, | ||
'ava/prefer-power-assert': 0, | ||
@@ -42,0 +44,0 @@ 'ava/test-ended': 2, |
{ | ||
"name": "eslint-plugin-ava", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "ESLint rules for AVA", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -41,2 +41,3 @@ # eslint-plugin-ava [![Build Status](https://travis-ci.org/sindresorhus/eslint-plugin-ava.svg?branch=master)](https://travis-ci.org/sindresorhus/eslint-plugin-ava) | ||
"ava/no-todo-test": 1, | ||
"ava/no-unknown-modifiers": 2, | ||
"ava/prefer-power-assert": 0, | ||
@@ -66,2 +67,3 @@ "ava/test-ended": 2, | ||
- [no-todo-test](docs/rules/no-todo-test.md) - Ensure no `test.todo()` is used. | ||
- [no-unknown-modifiers](docs/rules/no-unknown-modifiers.md) - Prevent the use of unknown test modifiers. | ||
- [prefer-power-assert](docs/rules/prefer-power-assert.md) - Allow only use of the asserts that have no [power-assert](https://github.com/power-assert-js/power-assert) alternative. | ||
@@ -68,0 +70,0 @@ - [test-ended](docs/rules/test-ended.md) - Ensure callback tests are explicitly ended. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24165
21
654
107