chore: remove usage of git hooks (husky, lint-staged, commitlint) + usage of node --run

This commit is contained in:
2024-09-07 00:03:10 +02:00
parent 85f465306f
commit dd70d6da3a
16 changed files with 665 additions and 3658 deletions

View File

@ -107,7 +107,7 @@ We recommend configuring [markdownlint-cli2](https://github.com/DavidAnson/markd
## Usage
```sh
npm run lint:markdown
node --run lint:markdown
```
## 💡 Contributing