UNPKG
modi-cli
Version:
latest (1.0.62)
1.0.62
Console application for provisioning, displaying or destroying virtual machines in MODI
modi-cli
/
styleguide.jshintrc
16 lines
(15 loc)
•
292 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"camelcase"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"freeze"
:
true
,
"indent"
:
2
,
"newcap"
:
true
,
"quotmark"
:
"single"
,
"maxdepth"
:
3
,
"maxstatements"
:
15
,
"maxlen"
:
80
,
"eqnull"
:
true
,
"funcscope"
:
true
,
"node"
:
true
}