From 5bd92b74f29032bedfc350a17f663f220d45461a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:24:26 +0400 Subject: feat(eslint): Rule "dot-notation" Signed-off-by: Valentin Popov --- src/rules/default.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/rules/default.json') diff --git a/src/rules/default.json b/src/rules/default.json index 1f2f54f..d4b96c7 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -48,6 +48,12 @@ "before": false } ], + "dot-notation": [ + "error", + { + "allowKeywords": true + } + ], "eol-last": [ "error", "always" -- cgit v1.2.3