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

Also removed upstreamed spaced-comment rule.

Change-Id: Ide83abeedfea27c1f4574af0069d5a9fdb81de84
This commit is contained in:
Ed Sanders 2016-11-15 13:13:05 +00:00
parent 116f588fe2
commit 422ea757ae
2 changed files with 2 additions and 4 deletions

View File

@ -12,8 +12,6 @@
"OO": false
},
"rules": {
"dot-notation": 0,
"wrap-iife": 0,
"spaced-comment": ["error", "always", { "exceptions": ["*", "!"] }]
"dot-notation": [ "error", { "allowKeywords": true } ]
}
}

View File

@ -209,4 +209,4 @@
count = 0;
runNext();
} )();
}() );