From 9e8cae050cdbd33790fc7748c3f8f0b0a9a222cb Mon Sep 17 00:00:00 2001 From: Kenny Carlile Date: Thu, 30 May 2024 13:30:57 -0700 Subject: [PATCH] Fixing missing closing line --- .config/linters/stylelint.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/linters/stylelint.config.json b/.config/linters/stylelint.config.json index 576f38c..6613d10 100644 --- a/.config/linters/stylelint.config.json +++ b/.config/linters/stylelint.config.json @@ -2,4 +2,4 @@ "rules": { "block-no-empty": true } -} \ No newline at end of file +}