ken_nogi/NodeJS/postfixConsole_org/node_modules/es-define-property/.eslintrc
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

14 lines
144 B
Plaintext

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