mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
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:
parent
b672de2515
commit
7907bc6a67
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"prepublishOnly": "npm run build",
|
||||
"lint": "eslint src --ext ts,js",
|
||||
"test": "jest",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@
|
|||
},
|
||||
"skin-database#lint": {},
|
||||
"webamp-modern#lint": {},
|
||||
"winamp-eqf#lint": {},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue