Files
setup-kustomize/node_modules/has-symbols/.eslintrc
Imran Ismail 99f65d1591 Bootstrap
2019-09-05 03:53:25 +08:00

11 lines
131 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0
}
}