Only run stylelint against Less files in 'themes'.

No point in checking the generated CSS.
This commit is contained in:
supahgreg 2025-10-20 19:17:20 +00:00
parent 60755169b9
commit b4fe055ccf
No known key found for this signature in database

View File

@ -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",