mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 14],
|
|
"no-extra-parens": [1],
|
|
"no-magic-numbers": 0
|
|
}
|
|
}
|