From 1182f0d50eae89d9c4fe2ce2dd23cc377e98720b Mon Sep 17 00:00:00 2001 From: Emil Ajdyna Date: Wed, 21 Jun 2017 02:33:49 +0200 Subject: [PATCH] docs: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 705aae9..9ea6531 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Rule | Recommended | Options [named-spy][] | 0 | [no-focused-tests][] | 2 | [no-disabled-tests][] | 1 | +[no-describe-variables][] | 0 | [no-suite-dupes][] | 1, `'block'` | `['block', 'branch']` [no-spec-dupes][] | 1, `'block'` | `['block', 'branch']` [missing-expect][] | 0, `'expect()'` | expectation function names @@ -105,6 +106,7 @@ See [configuring rules][] for more information. [named-spy]: docs/rules/named-spy.md [no-focused-tests]: docs/rules/no-focused-tests.md [no-disabled-tests]: docs/rules/no-disabled-tests.md +[no-describe-variables]: docs/rules/no-describe-variables.md [no-suite-dupes]: docs/rules/no-suite-dupes.md [no-spec-dupes]: docs/rules/no-spec-dupes.md [missing-expect]: docs/rules/missing-expect.md @@ -120,7 +122,7 @@ See [configuring rules][] for more information. ## Author -© 2016 Tom Vincent and [contributors][]. +© 2016 - 2017 Tom Vincent and [contributors][]. [contributors]: https://github.com/tlvince/eslint-plugin-jasmine/graphs/contributors