From d433dd92da1e16796af00bcae77a43b1ba9c50a6 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Thu, 15 Apr 2021 03:10:02 +0100 Subject: [PATCH] build: correct stylelint settings --- .stylelintignore | 1 + .stylelintrc.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintignore b/.stylelintignore index e143e61..e0f7c2b 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -2,3 +2,4 @@ dist/ docs/ vendor/ node_modules/ +*.min.css diff --git a/.stylelintrc.json b/.stylelintrc.json index 59af9ca..58c6190 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,3 @@ { - "extends": "stylelint-config-wordpress", + "extends": "stylelint-config-wordpress" }