Skip to content

Commit 8358d48

Browse files
authored
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
1 parent bbd1d12 commit 8358d48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ani-cursor/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"scripts": {
3333
"build": "tsc",
3434
"type-check": "tsc --noEmit",
35+
"lint": "eslint src --ext ts,js",
3536
"test": "jest",
3637
"prepublish": "tsc"
3738
},

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"webamp#lint": {
6565
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"]
6666
},
67+
"ani-cursor#lint": {},
6768
"skin-database#lint": {},
6869
"webamp-modern#lint": {},
6970
"winamp-eqf#lint": {},

0 commit comments

Comments
 (0)