From 46fd9074a7bb9129e71de500647d9a0ba6f547fe Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 6 Oct 2020 17:03:54 +0300 Subject: [PATCH] Update stylelint command and ignores --- .stylelintignore | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.stylelintignore b/.stylelintignore index b99444f10..1e75570cf 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,3 +1,6 @@ **/*.min.css **/vendor/ +**/_vendor/ +**/bower_components/ +/docs/3/ /_gh_pages/ diff --git a/package.json b/package.json index 16c48b8fc..c21e18ab3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "build": "grunt swatch", "htmllint": "grunt htmllint", - "stylelint": "stylelint \"{build,dist,docs/_assets}/**/*.scss\" --rd", + "stylelint": "stylelint \"**/*.scss\" --rd", "test": "npm run stylelint" }, "files": [