forked from wallabag/wallabag
Webpack upgraded from 4 to 5 + dependancies updated
This commit is contained in:
12
.stylelintrc
12
.stylelintrc
@ -1,3 +1,13 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard"
|
||||
"extends": "stylelint-config-standard",
|
||||
"plugins": [
|
||||
"stylelint-scss"
|
||||
],
|
||||
rules: {
|
||||
'at-rule-no-unknown': null,
|
||||
'no-duplicate-selectors': null,
|
||||
'font-family-no-missing-generic-family-keyword': null,
|
||||
'no-descending-specificity': null,
|
||||
'scss/at-rule-no-unknown': true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user