UNPKG
@wangcch/format-currency
Version:
latest (1.0.1)
1.0.1
1.0.0
Help you with currency formatter
github.com/wangcch/format-currency
wangcch/format-currency
@wangcch/format-currency
/
.eslintrc
13 lines
(12 loc)
•
166 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"plugins"
:
[
"prettier"
]
,
"rules"
:
{
"prettier/prettier"
:
"error"
}
,
"env"
:
{
"es6"
:
true
}
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
}