Skip to content

Commit 1e81ed1

Browse files
author
Filipe Forattini
committed
style: linted quotes and semicolons
1 parent 6e1bc46 commit 1e81ed1

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

lib/locales/pt-BR/address/countryWithCodes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
"BE": "Bélgica",
2626
"BZ": "Belize",
2727
"BJ": "Benin",
28-
"BR": "Bermudas",
28+
"BM": "Bermudas",
2929
"BY": "Bielorrússia",
3030
"BO": "Bolívia",
3131
"BA": "Bósnia e Herzegovina",
@@ -44,7 +44,7 @@ module.exports = {
4444
"KZ": "Cazaquistão",
4545
"TD": "Chade",
4646
"CL": "Chile",
47-
"CH": "China",
47+
"CN": "China",
4848
"CY": "Chipre",
4949
"VA": "Cidade do Vaticano",
5050
"CO": "Colômbia",
@@ -250,4 +250,4 @@ module.exports = {
250250
"WF": "Wallis e Futuna",
251251
"ZM": "Zâmbia",
252252
"ZW": "Zimbábue",
253-
}
253+
};

lib/locales/pt-BR/date/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ module.exports = {
4343
"Se",
4444
"Sa"
4545
],
46-
}
46+
};

lib/locales/pt-BR/names/firstNameFemale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ module.exports = [
9191
"Hortência",
9292
"Tessália",
9393
"Thalissa",
94-
]
94+
];

lib/locales/pt-BR/names/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ module.exports = {
1818
"#{names.firstNameF} #{names.lastName}",
1919
"#{names.firstNameF} #{names.lastName} #{names.firstNameF}",
2020
]
21-
}
21+
};

lib/locales/pt-BR/names/lastName.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = [
9999
"Ortiz",
100100
"Quintana",
101101
"Queirós",
102-
"Pacheco",
102+
"Pacheco",
103103
"Padilha",
104104
"Padrão",
105105
"Paes",
@@ -171,4 +171,4 @@ module.exports = [
171171
"de Oliveira",
172172
"de Souza",
173173
"dos Santos",
174-
]
174+
];

lib/locales/pt-BR/phone/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ module.exports = {
1515
"(##) 9#### ####",
1616
"(##) 9####-####",
1717
]
18-
}
18+
};

0 commit comments

Comments
 (0)