IP_Malafeev_KrutieLabi/lab3/node_modules/safe-regex-test/.eslintrc

10 lines
122 B
Plaintext
Raw Normal View History

2024-01-11 00:20:49 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}