UNPKG
nyg-jam3
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.0
3.0.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.8
1.12.7
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.6
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.1
1.9.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
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
Jam3 project scaffold generator based on nyg
github.com/Jam3/nyg-jam3
Jam3/nyg-jam3
nyg-jam3
/
templates
/
.stylelintrc
11 lines
(10 loc)
•
270 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"severity"
:
"warning"
,
"extends"
:
"stylelint-config-jam3"
,
"rules"
:
{
"block-no-empty"
:
null
,
"declaration-bang-space-before"
:
null
,
"declaration-block-trailing-semicolon"
:
"always"
,
"value-list-comma-newline-after"
:
null
}
}