Skip to content

Commit 7907bc6

Browse files
committed
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
1 parent b672de2 commit 7907bc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/winamp-eqf/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"build": "tsc",
2525
"prepublishOnly": "npm run build",
26+
"lint": "eslint src --ext ts,js",
2627
"test": "jest",
2728
"type-check": "tsc --noEmit"
2829
},

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
},
6767
"skin-database#lint": {},
6868
"webamp-modern#lint": {},
69+
"winamp-eqf#lint": {},
6970
"dev": {
7071
"cache": false,
7172
"persistent": true

0 commit comments

Comments
 (0)