chore: add eslint and fix lint errors
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
export default {
|
||||
'en': {
|
||||
en: {
|
||||
currency: {
|
||||
style: 'currency', currency: 'USD'
|
||||
style: 'currency',
|
||||
currency: 'USD'
|
||||
}
|
||||
},
|
||||
'sv': {
|
||||
sv: {
|
||||
currency: {
|
||||
style: 'currency', currency: 'SEK'
|
||||
style: 'currency',
|
||||
currency: 'SEK'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user