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 (#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:
parent
b672de2515
commit
bbd1d1224e
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue