mirror of
https://github.com/Azure/setup-helm.git
synced 2026-06-09 14:12:25 +00:00
a517f2ff65
Co-authored-by: taakleton <taakleton@users.noreply.github.com>
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements-per-line": [2, { "max": 2 }],
|
|
"no-magic-numbers": 0,
|
|
"multiline-comment-style": 0,
|
|
}
|
|
}
|