Merge "eslint: Drop 'dot-notation' rule"

This commit is contained in:
jenkins-bot 2018-11-30 17:44:05 +00:00 committed by Gerrit Code Review
commit 8d2a586c36
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
}
}