We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1f3c5 commit 4f78b2bCopy full SHA for 4f78b2b
.simple-git-hooks.js
@@ -1,5 +1,4 @@
1
module.exports = {
2
- // Enable after formatting all codes
3
- // "pre-commit": "pnpm exec lint-staged",
+ "pre-commit": "pnpm exec lint-staged",
4
"commit-msg": "pnpm exec tsx ./scripts/verify-commit.ts",
5
};
.vscode/settings.json
@@ -1,7 +1,7 @@
{
"prettier.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.formatOnSave": false,
+ "editor.formatOnSave": true,
// fixed `Unknown at rule @apply` warning
6
"css.lint.unknownAtRules": "ignore",
7
"scss.lint.unknownAtRules": "ignore"
0 commit comments