We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24dc126 + 9405b1d commit 69b86bdCopy full SHA for 69b86bd
README.md
@@ -1561,14 +1561,14 @@ Other Style Guides
1561
- lastName: 'Nightingale'
1562
+ lastName: 'Nightingale',
1563
+ inventorOf: ['coxcomb graph', 'modern nursing']
1564
- }
+ };
1565
1566
// good - git diff with trailing comma
1567
const hero = {
1568
firstName: 'Florence',
1569
lastName: 'Nightingale',
1570
+ inventorOf: ['coxcomb chart', 'modern nursing'],
1571
1572
1573
// bad
1574
0 commit comments