diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index e060b1cf1..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -pnpm format && pnpm eslint && git add . diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index 077205c2e..000000000 --- a/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -pnpm type-check && pnpm eslint diff --git a/funding.json b/funding.json new file mode 100644 index 000000000..b4dc16ebc --- /dev/null +++ b/funding.json @@ -0,0 +1,5 @@ +{ + "opRetro": { + "projectId": "0x46cd8d30b17201a2c573336842ad0e4ee866eb51d885027efe9dff78bff1c086" + } +}