Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jan 27, 2024
1 parent 47fdaef commit 7e609e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/dom/get-computed-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.getComputedStyle = () => {
document = doc;
},
fn() {
window.getComputedStyle(document.body)
window.getComputedStyle(document.body);
}
});
};
2 changes: 1 addition & 1 deletion lib/jsdom/living/helpers/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const { resolve: getResolvedValueForColor } = require('@asamuzakjp/css-color');
const { resolve: getResolvedValueForColor } = require("@asamuzakjp/css-color");

// https://drafts.csswg.org/css-color-4/#named-color
const namedColors = {
Expand Down

0 comments on commit 7e609e5

Please sign in to comment.