08-27-周三_17-09-29

This commit is contained in:
2025-08-27 17:10:05 +08:00
commit 86df397d8f
12735 changed files with 1145479 additions and 0 deletions

21
node_modules/jsonify/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"complexity": 0,
"consistent-return": 1,
"func-style": [2, "declaration"],
"max-depth": 1,
"max-lines-per-function": 0,
"max-statements": 0,
"multiline-comment-style": 0,
"no-control-regex": 1,
"no-misleading-character-class": 1,
"no-restricted-syntax": 1,
"no-throw-literal": 0,
"no-unmodified-loop-condition": 0,
"sort-keys": 0,
},
}