diff options
| author | Fuwn <[email protected]> | 2021-05-19 21:43:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-19 21:43:27 -0700 |
| commit | b286aae280c8b482a44545e69cbaea1c77b25ba6 (patch) | |
| tree | 4083dc37e1d184280695b988c15fcd50a55957dd | |
| parent | ci: add the usuall stuff (diff) | |
| download | me-b286aae280c8b482a44545e69cbaea1c77b25ba6.tar.xz me-b286aae280c8b482a44545e69cbaea1c77b25ba6.zip | |
fix(husky): disable
| -rw-r--r-- | .husky/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit index 9dcd433..e8a07e5 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn lint +# yarn lint |