Files
Remote-Control-Center/mc_test/node_modules/has-property-descriptors/.eslintrc
2025-11-25 09:56:15 +03:00

14 lines
173 B
Plaintext
Executable File

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}