1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Upgraded stylelint

This commit is contained in:
squidfunk 2017-12-12 22:01:03 +01:00 committed by Martin Donath
parent 96678bd30f
commit 4246913d25
4 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-recommended",
"plugins": [
"stylelint-order",
"stylelint-scss"
@ -25,6 +25,7 @@
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-url-quotes": "always",
"no-descending-specificity": null,
"no-unknown-animations": true,
"order/order": [
"custom-properties",

View File

@ -68,8 +68,8 @@
"promise-polyfill": "^6.0.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint": "^8.3.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.0.0",
"uglify-js": "^3.1.10",

View File

@ -20,6 +20,8 @@
/// DEALINGS
////
// stylelint-disable font-family-no-missing-generic-family-keyword
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------

View File

@ -20,6 +20,8 @@
/// DEALINGS
////
// stylelint-disable no-duplicate-selectors
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------