Add ESLint rule (object-curly-spacing) (#3498)
This commit is contained in:
parent
cb7ee4698f
commit
fda5c699c2
9 changed files with 19 additions and 16 deletions
|
@ -35,7 +35,7 @@ const validateLanguages = function (languages, validators) {
|
|||
|
||||
if (invalidLanguages.length > 0) {
|
||||
console.log(`\nError: Specified invalid LANGUAGES:`);
|
||||
for (let {language, error} of invalidLanguages) {
|
||||
for (let { language, error } of invalidLanguages) {
|
||||
console.error(`* ${language}: ${error}`);
|
||||
}
|
||||
console.log(`\nUse yarn "manage:translations -- --help" for usage information\n`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue