diff --git a/.eslintrc.js b/.eslintrc.js index 65c240939..2ac729358 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,7 +17,6 @@ module.exports = { // Best Practices // //----------------// 'default-case': 'warn', - 'dot-notation': 'warn', 'guard-for-in': 'warn', 'no-alert': 'error', 'no-caller': 'error',