From 18b5baf73ed2b7d43dd506f0a0a3b6fa3b5b683a Mon Sep 17 00:00:00 2001 From: Amrit Timalsina Date: Fri, 11 Nov 2022 17:26:47 +0545 Subject: [PATCH] Add config in stylelint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6896ec2..ba812b7 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint --quiet --cache --fix" ], "*.{scss}": [ - "stylelint --fix" + "stylelint --config node_modules/do-bulma/.stylelintrc.json --fix" ] }, "overrides": {