Add ESLint to ani-cursor and include in CI

- 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:22:46 -08:00
parent b672de2515
commit 14aaa0752a
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": {},
"dev": {