Pibd-21_Ievlewa_M.D._Intern.../node_modules/is-array-buffer/.eslintrc

14 lines
144 B
Plaintext
Raw Permalink Normal View History

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