Pibd-21_Ievlewa_M.D._Intern.../node_modules/get-symbol-description/.eslintrc

15 lines
156 B
Plaintext
Raw Normal View History

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