diff --git a/lint/eslintrc-shell.json b/lint/eslintrc-shell.json index 9546626b..1c602580 100644 --- a/lint/eslintrc-shell.json +++ b/lint/eslintrc-shell.json @@ -20,21 +20,12 @@ 4, { "ignoredNodes": [ - "ArrayExpression > ObjectExpression", "CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child", "ConditionalExpression" ], "MemberExpression": "off" } ], - "key-spacing": [ - "error", - { - "mode": "minimum", - "beforeColon": false, - "afterColon": true - } - ], "no-restricted-properties": [ "error", {