UNPKG
coffeelint
Version:
1.6-republish (1.16.2)
latest (2.1.0)
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.0
1.16.2
1.16.0
1.15.7
1.15.2
1.15.1
1.15.0
1.14.2
1.14.1
1.14.0
1.13.1
1.13.0
1.12.1
1.12.0
1.11.1
1.11.0
1.10.1
1.10.0
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.1
1.7.1
1.7.0
1.6.1
1.6.0
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Lint your CoffeeScript
www.coffeelint.org
clutchski/coffeelint
coffeelint
/
coffeelint.json
26 lines
(20 loc)
•
366 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"arrow_spacing"
:
{
"level"
:
"error"
}
,
"indentation"
:
{
"level"
:
"error"
,
"value"
:
4
}
,
"cyclomatic_complexity"
:
{
"level"
:
"warn"
,
"value"
:
11
}
,
"line_endings"
:
{
"value"
:
"unix"
,
"level"
:
"error"
}
,
"space_operators"
:
{
"level"
:
"error"
}
}