We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd1d12 commit 8358d48Copy full SHA for 8358d48
packages/ani-cursor/package.json
@@ -32,6 +32,7 @@
32
"scripts": {
33
"build": "tsc",
34
"type-check": "tsc --noEmit",
35
+ "lint": "eslint src --ext ts,js",
36
"test": "jest",
37
"prepublish": "tsc"
38
},
turbo.json
@@ -64,6 +64,7 @@
64
"webamp#lint": {
65
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"]
66
67
+ "ani-cursor#lint": {},
68
"skin-database#lint": {},
69
"webamp-modern#lint": {},
70
"winamp-eqf#lint": {},
0 commit comments