Skip to content

Commit

Permalink
style: linted quotes and semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Apr 26, 2021
1 parent 6e1bc46 commit 1e81ed1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lib/locales/pt-BR/address/countryWithCodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
"BE": "Bélgica",
"BZ": "Belize",
"BJ": "Benin",
"BR": "Bermudas",
"BM": "Bermudas",
"BY": "Bielorrússia",
"BO": "Bolívia",
"BA": "Bósnia e Herzegovina",
Expand All @@ -44,7 +44,7 @@ module.exports = {
"KZ": "Cazaquistão",
"TD": "Chade",
"CL": "Chile",
"CH": "China",
"CN": "China",
"CY": "Chipre",
"VA": "Cidade do Vaticano",
"CO": "Colômbia",
Expand Down Expand Up @@ -250,4 +250,4 @@ module.exports = {
"WF": "Wallis e Futuna",
"ZM": "Zâmbia",
"ZW": "Zimbábue",
}
};
2 changes: 1 addition & 1 deletion lib/locales/pt-BR/date/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ module.exports = {
"Se",
"Sa"
],
}
};
2 changes: 1 addition & 1 deletion lib/locales/pt-BR/names/firstNameFemale.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ module.exports = [
"Hortência",
"Tessália",
"Thalissa",
]
];
2 changes: 1 addition & 1 deletion lib/locales/pt-BR/names/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ module.exports = {
"#{names.firstNameF} #{names.lastName}",
"#{names.firstNameF} #{names.lastName} #{names.firstNameF}",
]
}
};
4 changes: 2 additions & 2 deletions lib/locales/pt-BR/names/lastName.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = [
"Ortiz",
"Quintana",
"Queirós",
"Pacheco",
"Pacheco",
"Padilha",
"Padrão",
"Paes",
Expand Down Expand Up @@ -171,4 +171,4 @@ module.exports = [
"de Oliveira",
"de Souza",
"dos Santos",
]
];
2 changes: 1 addition & 1 deletion lib/locales/pt-BR/phone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ module.exports = {
"(##) 9#### ####",
"(##) 9####-####",
]
}
};

0 comments on commit 1e81ed1

Please sign in to comment.