From 10ab679fc3661ee641c20980f025101470d0079b Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:18:03 +0530 Subject: [PATCH] .stylelintrc to .stylelintrc.json --- .stylelintrc => .stylelintrc.json | 2 ++ 1 file changed, 2 insertions(+) rename .stylelintrc => .stylelintrc.json (94%) diff --git a/.stylelintrc b/.stylelintrc.json similarity index 94% rename from .stylelintrc rename to .stylelintrc.json index 2f8235d18..b7a1b41ca 100644 --- a/.stylelintrc +++ b/.stylelintrc.json @@ -2,6 +2,8 @@ "extends": [ "stylelint-config-twbs-bootstrap" ], + "reportInvalidScopeDisables": true, + "reportNeedlessDisables": true, "overrides": [ { "files": ["**/*.scss"],