mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 04:48:12 -05:00
[readme] update additional trailing commas, examples
This commit is contained in:
@@ -1495,8 +1495,7 @@
|
||||
// bad
|
||||
const hero = {
|
||||
firstName: 'Dana',
|
||||
lastName: 'Scully',
|
||||
catchPhrase: 'Adventure is out there'
|
||||
lastName: 'Scully'
|
||||
};
|
||||
|
||||
const heroes = [
|
||||
@@ -1508,7 +1507,6 @@
|
||||
const hero = {
|
||||
firstName: 'Dana',
|
||||
lastName: 'Scully',
|
||||
catchPhrase: 'Adventure is out there',
|
||||
};
|
||||
|
||||
const heroes = [
|
||||
|
||||
Reference in New Issue
Block a user