mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-12 15:15:49 +00:00
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-css-modules",
|
|
"stylelint-config-recommended-vue/scss",
|
|
"stylelint-config-recess-order"
|
|
]
|
|
}
|