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>
15 lines
132 B
Plaintext
15 lines
132 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
},
|
|
|
|
"rules": {
|
|
"id-length": "off",
|
|
},
|
|
}
|