1 parent b672de2 commit bbd1d12Copy full SHA for bbd1d12
2 files changed
packages/winamp-eqf/package.json
@@ -23,6 +23,7 @@
23
"scripts": {
24
"build": "tsc",
25
"prepublishOnly": "npm run build",
26
+ "lint": "eslint src --ext ts,js",
27
"test": "jest",
28
"type-check": "tsc --noEmit"
29
},
turbo.json
@@ -66,6 +66,7 @@
66
67
"skin-database#lint": {},
68
"webamp-modern#lint": {},
69
+ "winamp-eqf#lint": {},
70
"dev": {
71
"cache": false,
72
"persistent": true
0 commit comments