chore: housekeeping

- remove pretty on husky pre-commit
- vscode formatOnSave
This commit is contained in:
Ayo 2023-12-24 14:59:13 +01:00
parent 879032aa1e
commit 4cdaddf858
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,3 @@
. "$(dirname -- "$0")/_/husky.sh"
npm run lint
npm run pretty

View file

@ -1,3 +1,4 @@
{
"js/ts.implicitProjectConfig.checkJs": true
"js/ts.implicitProjectConfig.checkJs": true,
"editor.formatOnSave": true
}