eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: Id2e19a985ee0c80745d0a25c14d9a53b442ceda0
This commit is contained in:
James D. Forrester 2018-11-28 10:30:34 -08:00
parent a20803d132
commit bbf2d290e7

View file

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