UNPKG
real-path
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
get real case path
github.com/anhulife/real-path
anhulife/real-path
real-path
/
.jshintrc
19 lines
(18 loc)
•
299 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"camelcase"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"freeze"
:
true
,
"indent"
:
2
,
"newcap"
:
false
,
"quotmark"
:
"single"
,
"maxdepth"
:
3
,
"maxstatements"
:
50
,
"maxlen"
:
120
,
"eqnull"
:
true
,
"funcscope"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"node"
:
true
,
"mocha"
:
true
}