eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: I23d8923ffe82b766bbfd7505bd05834e3e6d247a
This commit is contained in:
James D. Forrester 2018-11-28 11:27:23 -08:00
parent 9d4454108c
commit a44badacc8
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@
"String": "string"
}
}],
"dot-notation": [ "error", { "allowKeywords": true } ],
"object-property-newline": "error",
"computed-property-spacing": 0,
"no-use-before-define": 0,