Files
2026-DEV-BUT3/node_modules/own-keys/.eslintrc
T
2026-04-25 15:28:39 +02:00

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",
],
}],
},
}