mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
|
|
},
|
|
}
|