mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-06 17:44:06 +00:00
28 lines
535 B
JSON
28 lines
535 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-twbs-bootstrap"
|
|
],
|
|
"reportInvalidScopeDisables": true,
|
|
"reportNeedlessDisables": true,
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"import-notation": null,
|
|
"selector-max-class": null,
|
|
"selector-max-type": null,
|
|
"selector-no-qualifying-type": null
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": "**/*.scss",
|
|
"rules": {
|
|
"scss/dollar-variable-default": [
|
|
true,
|
|
{
|
|
"ignore": "local"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|