Files
red-valley/nui-simulator/node_modules/es-define-property/.eslintrc
T

14 lines
144 B
Plaintext
Raw Normal View History

2026-03-30 01:40:16 +03:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}