securityos/node_modules/safe-regex-test/.eslintrc

10 lines
122 B
Plaintext
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}