Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Removed ts@next-breaking unquoted "bye-bye"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Nov 5, 2018
1 parent ed5108a commit aecc982
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const q = {
};
const t = {
hello: 123,
bye-bye: 45,
nested: {
bird: 2,
egg: 3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const q = {
};
const t = {
hello: 123,
bye-bye: 45,
nested: {
"bird": 2,
~~~~~~ [Unnecessarily quoted property 'bird' found.]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const q = {
};
const t = {
hello: 123,
bye-bye: 45,
nested: {
~ [All property names in this object literal must be consistently quoted or unquoted.]
"bird": 2,
Expand Down

0 comments on commit aecc982

Please sign in to comment.