]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update stylelint-config-twbs-bootstrap to 0.9.0 (#29612)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 31 Oct 2019 08:56:10 +0000 (09:56 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 31 Oct 2019 08:56:10 +0000 (10:56 +0200)
* Update stylelint-config-twbs-bootstrap to 0.9.0

* Add `scss/dollar-variable-default` rule

This rule was removed from `stylelint-config-twbs-bootstrap` (https://github.com/twbs/stylelint-config-twbs-bootstrap/pull/27) in favour to add it here.

.stylelintrc
package-lock.json
package.json

index 93af80b7de5cbb4474e61012537ce1a50be4cc08..80d0eb5f97003c19ac2f58bbb1260105c0a9a7f8 100644 (file)
       "border-bottom-left-radius",
       "transition"
     ],
-    "function-blacklist": ["calc"]
+    "function-blacklist": ["calc"],
+    'scss/dollar-variable-default': [
+      true,
+      {
+        'ignore': 'local'
+      }
+    ]
   }
 }
index ed162c5c9d75fee280335c705ec6b26f5f0447fa..30e98ebda634b132fb367e0ed6f0ce1aa7afee37 100644 (file)
       }
     },
     "stylelint-config-twbs-bootstrap": {
-      "version": "0.8.0",
-      "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.8.0.tgz",
-      "integrity": "sha512-NuOUqITIUZz0zjIqFkafBxuHe9pWAur7qaT1+A39b9PBe/Prg5GmiRMHZP+ItYmpOirWxcI2K1d3qRTgh2+nVA==",
+      "version": "0.9.0",
+      "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.9.0.tgz",
+      "integrity": "sha512-vXody1A6K42BROy8yJlUNOirblubxEGftM/mG/JdM7O2gScL/oeVf60FGYy2hs1cjjdL6S+uPBl2eDqfCjg6Wg==",
       "dev": true,
       "requires": {
         "stylelint-config-recommended-scss": "^4.0.0",
index c31b6ec7119ea9da11afef547764a11e395404c1..65f36c4abaa9b60913e539e28b828c46e589cb8a 100644 (file)
     "shelljs": "^0.8.3",
     "shx": "^0.3.2",
     "stylelint": "^11.1.1",
-    "stylelint-config-twbs-bootstrap": "^0.8.0",
+    "stylelint-config-twbs-bootstrap": "^0.9.0",
     "terser": "^4.3.9",
     "vnu-jar": "19.9.4"
   },