astro-ghostcms/.pnpm-store/v3/files/d3/455137d8cd629a82f4c51dd9059...

21 lines
256 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
},
"overrides": [
{
"files": ["test/**/*.js"],
"rules": {
"id-length": "off",
"multiline-comment-style": "off",
"no-empty-function": "off",
},
},
],
}