diff --git a/index.js b/index.js index 01f9b94..5ec7b32 100644 --- a/index.js +++ b/index.js @@ -129,7 +129,7 @@ module.exports = { "dot-notation": 2, // enforces consistent newlines before or after dots (off by default) - "dot-location": [2, "object"], + "dot-location": [2, "property"], // require the use of === and !== "eqeqeq": 2,