Skip to content

Commit 190fbd2

Browse files
committed
lint
1 parent b6c5d41 commit 190fbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"lint:eslint": "eslint .",
2222
"lint:eslint:fix": "eslint . --fix",
2323
"lint:fix": "pnpm lint:prettier:fix && pnpm lint:eslint:fix",
24-
"lint:renovate": "npx --yes --package renovate -- renovate-config-validator",
2524
"lint:prettier": "prettier -c .",
2625
"lint:prettier:fix": "prettier . --write",
26+
"lint:renovate": "npx --yes --package renovate -- renovate-config-validator",
2727
"release": "pnpm build && changeset publish",
2828
"test:cli": "pnpm --filter @graphprotocol/graph-cli test",
2929
"test:ts": "pnpm --filter @graphprotocol/graph-ts test",

0 commit comments

Comments
 (0)