eslint: Re-enable wrap-iife and dot-notation

Change-Id: Ice95ef575ee5b4556eca315166ad7e33a14c0fc3
This commit is contained in:
Ed Sanders
2016-11-19 15:07:55 +00:00
parent d6b8c2801d
commit 6b02dca920

View File

@@ -10,7 +10,6 @@
"OO": false
},
"rules": {
"dot-notation": 0,
"wrap-iife": 0
"dot-notation": [ "error", { "allowKeywords": true } ]
}
}