Add ESLint to winamp-eqf and include in CI (#1322)

- 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:31:27 -08:00 committed by GitHub
parent b672de2515
commit bbd1d1224e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

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

View file

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