summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
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
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 '')
-rw-r--r--.stylelintrc8
-rw-r--r--.stylelintrc.json15
2 files changed, 15 insertions, 8 deletions
diff --git a/.stylelintrc b/.stylelintrc
deleted file mode 100644
index ff262bc..0000000
--- a/.stylelintrc
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "extends": [
- "stylelint-config-twbs-bootstrap"
- ],
- "rules": {
- "scss/selector-no-union-class-name": true
- }
-}
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
+ }
+ }
+ ]
+}