currencies as object; lintfix
This commit is contained in:
parent
cd8cdd31e3
commit
cf54e26dbf
3 changed files with 50 additions and 50 deletions
|
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue