Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Aug 17, 2020
1 parent 86f1e7f commit 4317967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ exports.cache = {
*/
exports.hyphenToCamel = function (str) {
return str.replace(/-[a-z]/g, (match) => { return match[1].toUpperCase(); });
}
};

0 comments on commit 4317967

Please sign in to comment.