astro-ghostcms/.pnpm-store/v3/files/d7/e6e0c06a8a054ff381c90a9a557...

11 lines
155 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}