Files
performance-tests/wasm_pthread_fast/web/node_modules/es-define-property/.eslintrc
2025-11-18 12:55:09 +01:00

14 lines
144 B
Plaintext

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