UNPKG
angular-base-starter
Version:
latest (1.0.1)
1.0.1
1.0.0
Angular starter based on @ngrx/store & Redux
github.com/atSistemas/angular-base
angular-base-starter
/
.stylelintrc
12 lines
•
278 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"rules"
:
{
"block-no-empty"
:
null
,
"color-no-invalid-hex"
:
true
,
"declaration-colon-space-after"
:
"always"
,
"indentation"
:
[
2
,
{
"except"
:
[
"value"
]
}
]
,
"max-empty-lines"
:
2
,
"unit-whitelist"
:
[
"em"
,
"rem"
,
"%"
,
"s"
,
"px"
,
"vh"
,
"vw"
]
}
}