diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 8c570ed4..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,2 +0,0 @@ -# .husky/pre-commit -yarn prettier \ No newline at end of file diff --git a/README.md b/README.md index aabf1994..9fea9996 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,6 @@ Install dependencies: yarn ``` -Install Git pre-hooks: - -```bash -yarn husky -``` - Create environment variables: ```bash cp .env.example .env