eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: I76b2f32645ba43927b424a1fea5bc3bf2d08447b
This commit is contained in:
James D. Forrester 2018-11-28 10:31:21 -08:00
parent c90c27c444
commit 854b63e18a

View file

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