tt-rss/package.json
supahgreg b4fe055ccf
Only run stylelint against Less files in 'themes'.
No point in checking the generated CSS.
2025-10-20 19:17:20 +00:00

21 lines
583 B
JSON

{
"name": "tt-rss",
"description": "A free, flexible, open-source, web-based news feed (RSS/Atom/other) reader and aggregator.",
"version": "1.0.0",
"type": "module",
"scripts": {
"lint:css": "stylelint 'lib/flat-ttrss/**/*.css' 'plugins/**/*.css' 'themes/**/*.less'"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.4.0",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"gulp": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-touch-fd": "^2.0.0",
"less": "^4.4.1",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^37.0.0"
}
}