wishthis/node_modules/define-properties/.eslintrc

20 lines
235 B
Text
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 35 }],
"max-params": [2, 4],
2022-05-29 09:24:36 +00:00
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
},
},
],
2022-01-21 08:28:41 +00:00
}