mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Change order of extends in .stylelintrc.json and use settings for vue and scss in combination
This commit is contained in:
parent
781f822227
commit
19372a2ff0
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"stylelint-config-standard",
|
"stylelint-config-standard",
|
||||||
"stylelint-config-standard-scss",
|
"stylelint-config-standard-scss",
|
||||||
"stylelint-config-recommended-vue",
|
"stylelint-config-css-modules",
|
||||||
"stylelint-config-recess-order",
|
"stylelint-config-recommended-vue/scss",
|
||||||
"stylelint-config-css-modules"
|
"stylelint-config-recess-order"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user