mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-27 07:09:26 +08:00
d7506e9702
Co-authored-by: Oliver King <oking3@uncc.edu>
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,
|
|
}
|
|
}
|