aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-03-15 06:30:45 +0200
committerGitHub <[email protected]>2023-03-15 06:30:45 +0200
commitc400653990959d1f136382cbcc38babaae23117e (patch)
treefda24d62b11cdf49f9c7aabb01d98b1ba906d981 /site/content/docs
parent474bf2aed1c03cf53e2d2c48b30c5e689dd9e6bc (diff)
downloadbootstrap-c400653990959d1f136382cbcc38babaae23117e.tar.xz
bootstrap-c400653990959d1f136382cbcc38babaae23117e.zip
Tweak stylelint config (#38228)
* rename to .stylelintrc.json * add reportInvalidScopeDisables to config * move reportNeedlessDisables to config * merge the two configs * remove unneeded disabled rules from the examples config
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.3/examples/.stylelintrc15
1 files changed, 0 insertions, 15 deletions
diff --git a/site/content/docs/5.3/examples/.stylelintrc b/site/content/docs/5.3/examples/.stylelintrc
deleted file mode 100644
index 79ea92df0..000000000
--- a/site/content/docs/5.3/examples/.stylelintrc
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "extends": [
- "stylelint-config-twbs-bootstrap"
- ],
- "rules": {
- "at-rule-no-vendor-prefix": null,
- "comment-empty-line-before": null,
- "media-feature-name-no-vendor-prefix": null,
- "property-disallowed-list": null,
- "property-no-vendor-prefix": null,
- "selector-no-qualifying-type": null,
- "selector-no-vendor-prefix": null,
- "value-no-vendor-prefix": null
- }
-}