Closed danvk closed 3 years ago
git reset
git commit
npm run build
npm run lint
npm run fix
git add -A
.gitignore
npm run test
I use this option in my project and would like a way to enable it for the VS Code plugin.
Released in v2.18.2
Confirmed that this is working. Thanks @plantain-00!
Fixes(if relevant):
Checks
git reset
thengit commit
)npm run build
)npm run lint
to check,npm run fix
to fix)git add -A
or add rules at.gitignore
file)npm run test
to check)I use this option in my project and would like a way to enable it for the VS Code plugin.