Update dependency stylelint-config-standard to v20 (#560)

* Update dependency stylelint-config-standard to v20

* Fix violations

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Stuart Colville <scolville@mozilla.com>
This commit is contained in:
renovate[bot] 2020-03-06 14:54:26 +00:00 коммит произвёл GitHub
Родитель 980de429f7
Коммит 1330323ffe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -150,7 +150,7 @@ Stylesheet: Full Width Page Stylesheet
&:focus {
text-decoration: none;
outline: 1px dotted currentcolor;
outline: 1px dotted currentColor;
}
}
@ -836,7 +836,7 @@ Stylesheet: Full Width Page Stylesheet
&:focus {
text-decoration: none;
outline: 1px dotted currentcolor;
outline: 1px dotted currentColor;
}
}

Просмотреть файл

@ -129,7 +129,7 @@ a:focus {
.topNav a:focus,
.logo a:focus {
text-decoration: none;
outline: 1px dotted currentcolor;
outline: 1px dotted currentColor;
}
.tile-borderless a:focus img,

Просмотреть файл

@ -199,7 +199,7 @@ $xy-block-grid-max: 8;
$header-font-family: 'Inter', sans-serif;
$header-font-weight: $global-weight-bold;
$header-font-style: normal;
$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;
$font-family-monospace: consolas, 'Liberation Mono', courier, monospace;
$header-color: inherit;
$header-lineheight: 1.125;
$header-margin-bottom: 1.5rem;

Просмотреть файл

@ -25,7 +25,7 @@
"pretty-quick": "2.0.1",
"rimraf": "3.0.2",
"stylelint": "13.2.0",
"stylelint-config-standard": "19.0.0",
"stylelint-config-standard": "20.0.0",
"svgo": "1.3.2"
},
"scripts": {

Просмотреть файл

@ -2332,10 +2332,10 @@ stylelint-config-recommended@^3.0.0:
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657"
integrity sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==
stylelint-config-standard@19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz#66f0cf13f33b8a9e34965881493b38fc1313693a"
integrity sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==
stylelint-config-standard@20.0.0:
version "20.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz#06135090c9e064befee3d594289f50e295b5e20d"
integrity sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==
dependencies:
stylelint-config-recommended "^3.0.0"