From b4fe055ccf49173e306769ee5993dc2829ca5441 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 20 Oct 2025 19:17:20 +0000 Subject: [PATCH] Only run stylelint against Less files in 'themes'. No point in checking the generated CSS. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da0d819e1..3a36504f4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "type": "module", "scripts": { - "lint:css": "stylelint 'lib/flat-ttrss/**/*.css' 'plugins/**/*.css' 'themes/**/*.{css,less}'" + "lint:css": "stylelint 'lib/flat-ttrss/**/*.css' 'plugins/**/*.css' 'themes/**/*.less'" }, "devDependencies": { "@stylistic/eslint-plugin": "^5.4.0",