UNPKG
stylelint-config-hzdg
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
HZ's stylelint config
github.com/hzdg/linter-configs
hzdg/linter-configs
stylelint-config-hzdg
/
rules
/
at-rule.js
10 lines
(9 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { rules: {
'at-rule-blacklist'
: [
'extend'
],
'at-rule-name-case'
:
'lower'
,
'at-rule-name-space-after'
:
'always-single-line'
,
'at-rule-no-vendor-prefix'
:
true
,
'at-rule-semicolon-newline-after'
:
'always'
, }, };