currencies as object; lintfix

This commit is contained in:
John McCardle 2022-01-06 18:35:43 -05:00
commit cf54e26dbf
3 changed files with 50 additions and 50 deletions

View file

@ -1,13 +1,12 @@
export default {
currencies: [
"energy",
"seasons",
"months",
"days",
"hours",
"seconds",
"nanoseconds",
"plancktime"
]
currencies: {
energy: 'energy',
seasons: 'seasons',
months: 'months',
days: 'days',
hours: 'hours',
seconds: 'seconds',
nanoseconds: 'nanoseconds',
plancktime: 'plancktime',
},
}