chore(lint): enforce 2-space indent & add gpg pre-commit hook

This commit is contained in:
2026-03-04 02:45:53 +00:00
parent b98a14950c
commit 10286c2924
7 changed files with 135 additions and 118 deletions

View File

@@ -33,6 +33,7 @@ export default [
'no-unused-vars': 'off',
'no-undef': 'off',
'no-debugger': 'off',
'indent': ['error', 2]
}
},
{