mirror of
https://gitea.com/actions/stale.git
synced 2026-07-20 12:32:20 +00:00
0649bd8119
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
{
|
|
"rules": {
|
|
"id-length": 0,
|
|
"max-lines": 0,
|
|
"max-lines-per-function": 0,
|
|
"max-statements-per-line": [2, { "max": 3 }],
|
|
"max-nested-callbacks": [2, 4],
|
|
"max-statements": 0,
|
|
"no-implicit-coercion": 1,
|
|
"no-invalid-this": 1,
|
|
"object-curly-newline": 0,
|
|
}
|
|
}
|