eslint: Drop 'dot-notation' rule

Bug: T210552
Change-Id: I43e64619dbc4996a4c4021506745fff16fc5575f
This commit is contained in:
James D. Forrester 2018-11-28 10:45:01 -08:00
parent f2094b66fc
commit 17d6824715
1 changed files with 0 additions and 1 deletions

View File

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