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