1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-05-15 12:16:50 +08:00

11 lines
131 B
Plaintext
Raw Normal View History

2019-06-26 21:12:00 -04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0
}
}