eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: Ia6bacf9aacd0167317cbd7d8348be1c2005b6562
This commit is contained in:
James D. Forrester 2018-11-28 10:27:29 -08:00
parent c88275c8d5
commit 57aeb852ae

View file

@ -7,7 +7,6 @@
"mw": false
},
"rules": {
"dot-notation": [ "error", { "allowKeywords": true } ],
"max-len": 0
}
}