Add pre commit (#26)

This commit is contained in:
Lamont Huffman
2025-11-05 11:44:19 +08:00
committed by GitHub
parent 2164371e64
commit 30d86efbb3
33 changed files with 565 additions and 496 deletions

6
.stylelintrc Normal file
View File

@@ -0,0 +1,6 @@
{
"rules": {
"indentation": 2,
"string-quotes": "double"
}
}