diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-12 19:38:08 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-12 19:38:30 +0000 |
| commit | 1299d632bdc8b676d3fc2114a1788a2f8f63597c (patch) | |
| tree | 585b63acdaca13fd75ec38a9df25c0495b0c4712 /package.json | |
| parent | d770f209cb5ce1fccf685611aaea98b5fc244cd8 (diff) | |
Get ESLint working and tweak the config (stricter).
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 3eb8d6851..31dcfbd7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "tt-rss", + "description": "A free, flexible, open-source, web-based news feed (RSS/Atom/other) reader and aggregator.", "version": "1.0.0", - "description": "", + "type": "module", "devDependencies": { "eslint": "^9.37.0", "gulp": "^5.0.1", |