chore(*): minor code style tweaks
This is a followup to the migration to ESLint. Ref #14952 Closes #15006
This commit is contained in:
committed by
Georgios Kalpakas
parent
3393aac049
commit
49f077736d
@@ -26,7 +26,7 @@ searchDataRequest.onload = function() {
|
||||
searchData.forEach(function(page) {
|
||||
index.add(page);
|
||||
});
|
||||
postMessage({e: 'index-ready'});
|
||||
self.postMessage({e: 'index-ready'});
|
||||
};
|
||||
searchDataRequest.open('GET', 'search-data.json');
|
||||
searchDataRequest.send();
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
"extends": "../../../.eslintrc-browser.json",
|
||||
|
||||
"globals": {
|
||||
// ngMocks
|
||||
"module": false,
|
||||
"inject": true,
|
||||
|
||||
"lunr": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user