astro-ghostcms/.pnpm-store/v3/files/ac/2c141b3d9217c6470dba504746e...

17 lines
224 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": [2, "declaration"],
"id-length": 0,
"multiline-comment-style": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}