Assignment5_new/node_modules/own-keys/.eslintrc
2025-01-07 10:44:59 +05:30

17 lines
224 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": "off",
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}