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

14 lines
144 B
Plaintext
Executable File

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}