chore: initial commit

This commit is contained in:
Divlo
2022-04-08 17:54:56 +02:00
commit 7d8b88d5d2
49 changed files with 20473 additions and 0 deletions

5
.husky/pre-commit Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run lint:staged
npm run build