-first commit

This commit is contained in:
2025-11-11 12:36:06 +07:00
commit b99c214434
5683 changed files with 713336 additions and 0 deletions

16
node_modules/cluster-key-slot/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": "airbnb-base/legacy",
"parserOptions":{
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules": {
"max-len": 0,
"no-plusplus": 0,
"no-bitwise": 0,
"no-param-reassign": 0,
"no-undef": 0
},
"globals": {}
}