|
|
@ -2,39 +2,44 @@ |
|
|
|
"extends": [ |
|
|
|
"extends": [ |
|
|
|
"stylelint-config-twbs-bootstrap" |
|
|
|
"stylelint-config-twbs-bootstrap" |
|
|
|
], |
|
|
|
], |
|
|
|
"rules": { |
|
|
|
"overrides": [ |
|
|
|
"declaration-no-important": null, |
|
|
|
{ |
|
|
|
"declaration-property-value-disallowed-list": { |
|
|
|
"files": ["**/*.scss"], |
|
|
|
"border": "none", |
|
|
|
"rules": { |
|
|
|
"outline": "none" |
|
|
|
"declaration-no-important": null, |
|
|
|
}, |
|
|
|
"declaration-property-value-disallowed-list": { |
|
|
|
"function-disallowed-list": [ |
|
|
|
"border": "none", |
|
|
|
"calc", |
|
|
|
"outline": "none" |
|
|
|
"lighten", |
|
|
|
}, |
|
|
|
"darken" |
|
|
|
"function-disallowed-list": [ |
|
|
|
], |
|
|
|
"calc", |
|
|
|
"keyframes-name-pattern": null, |
|
|
|
"lighten", |
|
|
|
"property-disallowed-list": [ |
|
|
|
"darken" |
|
|
|
"border-radius", |
|
|
|
], |
|
|
|
"border-top-left-radius", |
|
|
|
"keyframes-name-pattern": null, |
|
|
|
"border-top-right-radius", |
|
|
|
"property-disallowed-list": [ |
|
|
|
"border-bottom-right-radius", |
|
|
|
"border-radius", |
|
|
|
"border-bottom-left-radius", |
|
|
|
"border-top-left-radius", |
|
|
|
"transition" |
|
|
|
"border-top-right-radius", |
|
|
|
], |
|
|
|
"border-bottom-right-radius", |
|
|
|
"scss/dollar-variable-default": [ |
|
|
|
"border-bottom-left-radius", |
|
|
|
true, |
|
|
|
"transition" |
|
|
|
{ |
|
|
|
], |
|
|
|
"ignore": "local" |
|
|
|
"scss/dollar-variable-default": [ |
|
|
|
|
|
|
|
true, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"ignore": "local" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"scss/selector-no-union-class-name": true, |
|
|
|
|
|
|
|
"selector-max-class": null, |
|
|
|
|
|
|
|
"selector-max-combinators": null, |
|
|
|
|
|
|
|
"selector-max-compound-selectors": null, |
|
|
|
|
|
|
|
"selector-max-id": null, |
|
|
|
|
|
|
|
"selector-max-specificity": null, |
|
|
|
|
|
|
|
"selector-max-type": null, |
|
|
|
|
|
|
|
"selector-no-qualifying-type": null |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
} |
|
|
|
"scss/selector-no-union-class-name": true, |
|
|
|
] |
|
|
|
"selector-max-class": null, |
|
|
|
|
|
|
|
"selector-max-combinators": null, |
|
|
|
|
|
|
|
"selector-max-compound-selectors": null, |
|
|
|
|
|
|
|
"selector-max-id": null, |
|
|
|
|
|
|
|
"selector-max-specificity": null, |
|
|
|
|
|
|
|
"selector-max-type": null, |
|
|
|
|
|
|
|
"selector-no-qualifying-type": null |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|