mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Add ESLint to ani-cursor and include in CI (#1323)
- 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:
parent
bbd1d1224e
commit
8358d4843c
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"type-check": "tsc --noEmit",
|
||||
"lint": "eslint src --ext ts,js",
|
||||
"test": "jest",
|
||||
"prepublish": "tsc"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
"webamp#lint": {
|
||||
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"]
|
||||
},
|
||||
"ani-cursor#lint": {},
|
||||
"skin-database#lint": {},
|
||||
"webamp-modern#lint": {},
|
||||
"winamp-eqf#lint": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue