Make linter happy
This commit is contained in:
parent
36a05fa14e
commit
d6da5cedd8
3 changed files with 11 additions and 9 deletions
|
|
@ -11,3 +11,5 @@ export const colors = [
|
|||
'hsl(310, 98%, 46%)',
|
||||
'hsl(335, 98%, 46%)',
|
||||
];
|
||||
|
||||
export default colors;
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ export function parseValue(val) {
|
|||
}
|
||||
return parseFloat(val);
|
||||
}
|
||||
|
||||
export default parseValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue