eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: If83ed68336e0259c3d2325ba7072d497a8a06a5c
This commit is contained in:
James D. Forrester 2018-11-28 11:24:48 -08:00
parent d1675f275c
commit c47a4b770b

View file

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