mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
|
|
"operator-linebreak": [2, "before"],
|
|
},
|
|
}
|