Files
test_server/node_modules/es-define-property/.eslintrc
girinb 485098cd1a link
2025-05-29 15:41:51 +09:00

14 lines
144 B
Plaintext

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