eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: Ibf31143c8f9a446e9f25691c8a9f1fccd6ecea53
This commit is contained in:
James D. Forrester 2018-11-28 11:12:18 -08:00
parent 10d0a248bf
commit 0b9bae43d6

View file

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