UNPKG
cowboy-hat
Version:
alpha (2.0.0-alpha.10)
latest (1.0.2)
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
1.0.2
1.0.1
0.1.0
A cli for testing the other universe of code
cowboy-hat
/
.eslintrc
10 lines
(9 loc)
•
122 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"cleverly"
,
"rules"
:
{
"semi"
:
[
"error"
,
"always"
]
}
}