UNPKG
webpack-mpa
Version:
latest (4.0.0)
4.0.0
3.12.1
3.12.0
3.11.0
3.10.0
3.9.0
3.8.0
3.7.1
3.7.0
3.6.1
3.6.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.1.1
2.1.0
2.0.0
1.9.0
1.8.0
1.7.0
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.0
1.1.1
1.1.0
1.0.0
Multi page app setup with webpack
atanas.info/portfolio/open-source/webpack-mpa
scriptex/webpack-mpa
webpack-mpa
/
.stylelintrc
10 lines
(9 loc)
•
269 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
[
"stylelint-config-recommended"
,
"stylelint-config-standard-scss"
]
,
"plugins"
:
[
"stylelint-scss"
,
"stylelint-no-unsupported-browser-features"
]
,
"rules"
:
{
"string-quotes"
:
"single"
,
"at-rule-no-unknown"
:
null
,
"scss/at-rule-no-unknown"
:
true
}
}