first add

This commit is contained in:
Your Name
2026-07-28 21:25:30 +08:00
commit edf4d743cb
482 changed files with 19191 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"array-bracket-newline": 0,
},
"overrides": [
{
"files": "example/**",
"rules": {
"no-buffer-constructor": 0,
"no-console": 0,
},
},
],
}