Skip to content

Commit 0530132

Browse files
😒 chore(dev-deps): Upgrade xo.
1 parent cd81a4a commit 0530132

File tree

3 files changed

+292
-460
lines changed

3 files changed

+292
-460
lines changed

doc/scripts/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const domReady = function (callback) {
77
}
88
};
99

10-
domReady(function () {
10+
domReady(() => {
1111
const projectname = document.createElement('a');
1212
projectname.classList.add('project-name');
1313
projectname.text = 'aureooms/js-fibonacci-heap';
@@ -24,7 +24,7 @@ domReady(function () {
2424
const input = document.querySelector('.search-input');
2525

2626
// Active search box when focus on searchBox.
27-
input.addEventListener('focus', function () {
27+
input.addEventListener('focus', () => {
2828
searchBox.classList.add('active');
2929
});
3030
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"np": "7.0.0",
4646
"nyc": "15.1.0",
4747
"regenerator-runtime": "0.13.7",
48-
"xo": "0.35.0"
48+
"xo": "0.36.1"
4949
},
5050
"files": [
5151
"lib"

0 commit comments

Comments
 (0)