summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:26 +0000
commitd50fca7dd40f596ebb8b50cd9c4140857f2a0637 (patch)
treea8b40991dcab905c34658c3d860ad7e0a4554c9d /.stylelintrc.json
parentReleasing debian version 1.10.3+dfsg-1. (diff)
downloadbootstrap-icons-d50fca7dd40f596ebb8b50cd9c4140857f2a0637.tar.xz
bootstrap-icons-d50fca7dd40f596ebb8b50cd9c4140857f2a0637.zip
Merging upstream version 1.10.4+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
new file mode 100644
index 0000000..0be1b29
--- /dev/null
+++ b/.stylelintrc.json
@@ -0,0 +1,15 @@
+{
+ "extends": [
+ "stylelint-config-twbs-bootstrap"
+ ],
+ "reportInvalidScopeDisables": true,
+ "reportNeedlessDisables": true,
+ "overrides": [
+ {
+ "files": "**/*.scss",
+ "rules": {
+ "scss/selector-no-union-class-name": true
+ }
+ }
+ ]
+}