From ecc406a07fef8d24872b8ed709599996f22c93f6 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Fri, 20 Oct 2023 10:49:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f168f0f..3194c2f 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ under the `playwright` key. It supports the following settings: the presence of at least one assertion per test case. This allows such rules to recognise custom assertion functions as valid assertions. The global setting applies to all modules. The - [`expect-expect` rule accepts an option by the same name](./rules/expect-expect.md#additionalassertfunctionnames) + [`expect-expect` rule accepts an option by the same name](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/expect-expect.md#additionalassertfunctionnames) to enable per-module configuration (.e.g, for module-specific custom assert functions).