Pibd-21_Ievlewa_M.D._Intern.../node_modules/has-property-descriptors/.eslintrc

14 lines
173 B
Plaintext
Raw Normal View History

2023-12-03 19:52:09 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": ["GetIntrinsic"],
}],
},
}