From 88b443a143d3188317263834c7880f40a732c20e Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 28 Nov 2018 11:19:34 -0800 Subject: [PATCH] eslint: Drop 'dot-notation' rule Bug: T210552 Change-Id: I29aa37804714b6af13d3459773ea046636545ecf --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 678fae13..51f9613a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,6 @@ "OO": false }, "rules": { - "dot-notation": [ "error", { "allowKeywords": true } ], "max-len": 0 } }