prettier/tests/method-chain/inline_merge.js

9 lines
90 B
JavaScript

Object.keys(
availableLocales({
test: true
})
)
.forEach(locale => {
// ...
});