astro-ghostcms/.pnpm-store/v3/files/7b/0daf0523f8d3c332233fe78d0c9...

26 lines
299 B
Plaintext

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