UNPKG
parse-phone
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
phone string parser
github.com/devfans/parse-phone
devfans/parse-phone
parse-phone
/
.eslintrc
13 lines
(12 loc)
•
200 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"env"
:
{
"browser"
:
true
,
"node"
:
true
,
"es6"
:
true
}
,
"rules"
:
{
"eol-last"
:
"error"
,
"indent"
:
[
"error"
,
2
,
{
"SwitchCase"
:
1
}
]
,
"no-trailing-spaces"
:
"error"
}
}