Files
tenderpilot/node_modules/es-define-property/.eslintrc
2026-02-14 07:43:48 +00:00

14 lines
144 B
Plaintext
Executable File

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