Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-11-30 22:30:21 +0300
committerGitHub <noreply@github.com>2021-11-30 22:30:21 +0300
commitb5b20a761898e61420158528d920f1de21a4e392 (patch)
tree478df2c617c47f6428de553ed5f2fea9b971a138
parent96dcac07f84d76fe20ee7129cfb45c818e7343c5 (diff)
Remove a couple of unneeded disabled rules
-rw-r--r--index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.js b/index.js
index fa8e369..58f182a 100644
--- a/index.js
+++ b/index.js
@@ -279,7 +279,6 @@ module.exports = {
'scss/at-if-closing-brace-space-after': null,
'scss/at-if-no-null': null,
'scss/at-mixin-argumentless-call-parentheses': 'always',
- 'scss/at-mixin-named-arguments': null,
'scss/at-mixin-pattern': null,
'scss/at-rule-conditional-no-parentheses': null,
'scss/comment-no-empty': null,
@@ -290,7 +289,6 @@ module.exports = {
'scss/double-slash-comment-whitespace-inside': null,
'scss/function-quote-no-quoted-strings-inside': null,
'scss/media-feature-value-dollar-variable': null,
- 'scss/no-duplicate-dollar-variables': null,
// Disable since node-sass is still supported as a builder and it doesn't support the @use syntax
'scss/no-global-function-names': null,
'scss/selector-no-redundant-nesting-selector': true