You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{code: "var x = {a: a, b: b}",parserOptions: {ecmaVersion: 6},errors: [{message: "Expected shorthand for all properties.",type: ""}],options: ["consistent-as-needed"]},
161
-
{code: "var x = {a, z: function z(){}}",parserOptions: {ecmaVersion: 6},errors: [{message: "Unexpected mix of shorthand and non-shorthand properties.",type: ""}],options: ["consistent-as-needed"]}
167
+
{code: "var x = {a, z: function z(){}}",parserOptions: {ecmaVersion: 6},errors: [{message: "Unexpected mix of shorthand and non-shorthand properties.",type: ""}],options: ["consistent-as-needed"]},
168
+
{code: "var x = {foo: function() {}}",parserOptions: {ecmaVersion: 6},errors: [{message: "Expected shorthand for all properties.",type: ""}],options: ["consistent-as-needed"]},
0 commit comments