move to the root directory

main
Yanick Champoux 2022-12-01 13:15:20 -05:00
parent 3ad463f1dd
commit ab75d950de
4 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
.pls_cache/
.perl-version
pnpm-lock.yaml

View File

@ -8,6 +8,11 @@ vars:
tasks:
"precommit:init": pre-commit install -t pre-merge-commit -t pre-push
lint:fix:
cmds:
- npx prettier --write {{.CLI_ARGS | default "." }}
default:
cmds:
- echo "{{.GREETING}}"