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
/
src
/
rules.coffee
13 lines
(9 loc)
•
254 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# CoffeeLint error levels.
ERROR
=
'error'
WARN
=
'warn'
IGNORE
=
'ignore'
# CoffeeLint's default rule configuration.
module
.exports = coffeescript_error : level :
ERROR
message :
''
# The default coffeescript error is fine.