eslint: Re-enable wrap-iife and dot-notation
Change-Id: Ice95ef575ee5b4556eca315166ad7e33a14c0fc3
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
"OO": false
|
||||
},
|
||||
"rules": {
|
||||
"dot-notation": 0,
|
||||
"wrap-iife": 0
|
||||
"dot-notation": [ "error", { "allowKeywords": true } ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user