projet_fil_red_api/node_modules/es-define-property/.eslintrc
2025-07-08 22:47:52 +02:00

13 lines
144 B
Text

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