{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": [2, "always"],
"id-length": 1,
},
"overrides": [
"files": "test/**",
"func-name-matching": 0,
],
}