Add ESLint to winamp-eqf and include in CI

- Add lint script to winamp-eqf package.json
- Add winamp-eqf#lint task to turbo.json so it runs in CI
This commit is contained in:
Jordan Eldredge 2025-11-27 18:16:49 -08:00
parent b672de2515
commit 7907bc6a67
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -66,6 +66,7 @@
},
"skin-database#lint": {},
"webamp-modern#lint": {},
"winamp-eqf#lint": {},
"dev": {
"cache": false,
"persistent": true