Urara-Blog/node_modules/.pnpm-store/v3/files/55/7e61e0a60f524ffad180def3cfc938bfca108ab7c38fca45657694c86147407c7cd81932b9d6d2a7caf406c67d4439a874ca856ae9b28441d80801a62cbd64
2022-08-14 01:14:53 +08:00

24 lines
295 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"RequireObjectCoercible",
],
}],
},
"overrides": [
{
"files": "test/**",
"rules": {
"id-length": 0,
"no-invalid-this": 1,
},
},
],
}