Constnium/node_modules/define-properties/.eslintrc
2022-06-23 02:27:43 +02:00

19 lines
235 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 35 }],
"max-params": [2, 4],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
}