diff --git a/lint/eslintrc-shell.json b/lint/eslintrc-shell.json index c02c6cae..cce7a323 100644 --- a/lint/eslintrc-shell.json +++ b/lint/eslintrc-shell.json @@ -1,6 +1,13 @@ { "rules": { "arrow-spacing": "error", + "brace-style": [ + "error", + "1tbs", + { + "allowSingleLine": true + } + ], "camelcase": [ "error", {