Make linter happy

This commit is contained in:
Henri Bergius 2017-11-30 21:25:56 +01:00
parent 36a05fa14e
commit d6da5cedd8
3 changed files with 11 additions and 9 deletions

View file

@ -11,3 +11,5 @@ export const colors = [
'hsl(310, 98%, 46%)',
'hsl(335, 98%, 46%)',
];
export default colors;

View file

@ -7,3 +7,5 @@ export function parseValue(val) {
}
return parseFloat(val);
}
export default parseValue;