diff --git a/lint/eslintrc-shell.json b/lint/eslintrc-shell.json index a0415944..c02c6cae 100644 --- a/lint/eslintrc-shell.json +++ b/lint/eslintrc-shell.json @@ -8,6 +8,14 @@ "allow": ["^vfunc_"] } ], + "key-spacing": [ + "error", + { + "mode": "minimum", + "beforeColon": false, + "afterColon": true + } + ], "object-curly-spacing": [ "error", "always"