mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 13:10:06 +08:00
11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 14],
|
|
"no-extra-parens": [1]
|
|
}
|
|
}
|