eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: I7c94536c22220ea0945aeda8c299fb6898daaaf2
This commit is contained in:
James D. Forrester 2018-11-28 11:11:32 -08:00
parent 7e9d9eb81e
commit a30cc5fac5

View file

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