summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:19 +0000
commit4ec9afcefb2b7817a7a733e1bc9777a29c350ba4 (patch)
tree85313cb1a727ca829d93bb09299af26a4c247c54 /.stylelintrc.json
parentAdding upstream version 1.10.3+dfsg. (diff)
downloadbootstrap-icons-upstream/1.10.4+dfsg.tar.xz
bootstrap-icons-upstream/1.10.4+dfsg.zip
Adding upstream version 1.10.4+dfsg.upstream/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
+ }
+ }
+ ]
+}