mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
prettier
This commit is contained in:
parent
5c9eb2e81c
commit
cc76b93b5c
@ -197,7 +197,9 @@ module.exports = {
|
||||
);
|
||||
return missing.length === 0
|
||||
? null
|
||||
: `statement ${i} is missing the following properties: ${missing.map(m => m.join('/')).join(', ')}`;
|
||||
: `statement ${i} is missing the following properties: ${missing
|
||||
.map(m => m.join('/'))
|
||||
.join(', ')}`;
|
||||
});
|
||||
const flawed = descriptions.filter(curr => curr);
|
||||
if (flawed.length) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user