astro-ghostcms/.pnpm-store/v3/files/58/b1692d236efe685be86c0bb6ddb...

12 lines
185 B
Plaintext
Raw Normal View History

2024-02-15 12:55:32 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"multiline-comment-style": 1,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}