eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: I29aa37804714b6af13d3459773ea046636545ecf
This commit is contained in:
James D. Forrester
2018-11-28 11:19:34 -08:00
parent 23c818c078
commit 88b443a143

View File

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