Add ESLint to ani-cursor and include in CI (#1323)

- Add lint script to ani-cursor package.json
- Add ani-cursor#lint task to turbo.json so it runs in CI
This commit is contained in:
Jordan Eldredge 2025-11-27 18:31:36 -08:00 committed by GitHub
parent bbd1d1224e
commit 8358d4843c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@
"scripts": {
"build": "tsc",
"type-check": "tsc --noEmit",
"lint": "eslint src --ext ts,js",
"test": "jest",
"prepublish": "tsc"
},

View file

@ -64,6 +64,7 @@
"webamp#lint": {
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"]
},
"ani-cursor#lint": {},
"skin-database#lint": {},
"webamp-modern#lint": {},
"winamp-eqf#lint": {},