We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9477498 commit 7c5fd93Copy full SHA for 7c5fd93
packages/plugin-pyth-data/package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "tsup --format esm --dts",
10
"test": "vitest",
11
- "lint": "eslint src --ext .ts",
+ "lint": "eslint --fix --cache .",
12
"clean": "rimraf dist",
13
"build:schemas": "openapi-zod-client ./schema.json --output src/types/zodSchemas.ts",
14
"pull:schema": "curl -o schema.json -z schema.json https://hermes.pyth.network/docs/openapi.json",
0 commit comments