Add semicolon for tdd exports
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
const decapitalize = ([first, ...rest], upperRest = false) =>
|
||||
first.toLowerCase() + (upperRest ? rest.join('').toUpperCase() : rest.join(''));
|
||||
module.exports = decapitalize
|
||||
module.exports = decapitalize;
|
||||
Reference in New Issue
Block a user