From 28c70180da9aef88df865e3a00670a1dee6d39e8 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Mon, 20 Apr 2020 09:58:33 -0700 Subject: [PATCH] Update dot-notation.md --- packages/eslint-plugin/docs/rules/dot-notation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/eslint-plugin/docs/rules/dot-notation.md b/packages/eslint-plugin/docs/rules/dot-notation.md index 38cc49b7b0d..f827b003e57 100644 --- a/packages/eslint-plugin/docs/rules/dot-notation.md +++ b/packages/eslint-plugin/docs/rules/dot-notation.md @@ -15,6 +15,8 @@ It adds support for optionally ignoring computed `private` member access. } ``` +## Options + See [`eslint/dot-notation`](https://eslint.org/docs/rules/dot-notation#options) options. This rule adds the following options: