diff options
| author | 2022-06-23 15:05:31 +0400 | |
|---|---|---|
| committer | 2022-06-23 15:05:31 +0400 | |
| commit | 7aa707daa1b4cfe9f2dedcc4e27d3b3a8600e79c (patch) | |
| tree | bcae8de0d1d1f0488323b4e7d4cf2e1d19db7a5a /.config | |
| parent | Merge pull request #453 from DavinderJolly/snekbox-results-feedback (diff) | |
| parent | Bump Webpack Dev Server To 4.9.2 (diff) | |
Merge pull request #454 from python-discord/bump-dependencies
Bump Dependencies
Diffstat (limited to '.config')
| -rw-r--r-- | .config/husky/.gitignore | 1 | ||||
| -rw-r--r--[-rwxr-xr-x] | .config/husky/pre-commit | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.config/husky/.gitignore b/.config/husky/.gitignore deleted file mode 100644 index 31354ec..0000000 --- a/.config/husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.config/husky/pre-commit b/.config/husky/pre-commit index 101f7b9..6cdaab7 100755..100644 --- a/.config/husky/pre-commit +++ b/.config/husky/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" -yarn lint
\ No newline at end of file +yarn lint |