mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-15 15:42:24 -06:00
* Fix stylelint "declaration-block-no-redundant-longhand-properties" Co-authored-by: Matt Wang <matt@matthewwang.me>
21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"ignoreFiles": [
|
|
"assets/css/just-the-docs-default.scss",
|
|
"assets/css/just-the-docs-light.scss",
|
|
"assets/css/just-the-docs-dark.scss",
|
|
"_sass/vendor/**/*.scss"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-prettier-scss"
|
|
],
|
|
"plugins": ["stylelint-prettier"],
|
|
"rules": {
|
|
"prettier/prettier": true,
|
|
"alpha-value-notation": null,
|
|
"color-function-notation": null,
|
|
"no-descending-specificity": null,
|
|
"scss/no-global-function-names": null
|
|
}
|
|
}
|