chore: housekeeping
- remove pretty on husky pre-commit - vscode formatOnSave
This commit is contained in:
parent
879032aa1e
commit
4cdaddf858
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,3 @@
|
|||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run lint
|
||||
npm run pretty
|
||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"js/ts.implicitProjectConfig.checkJs": true
|
||||
"js/ts.implicitProjectConfig.checkJs": true,
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue