1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-14 20:10:13 +03:00

Merge pull request #2693 from chmelevskij/chore/eslint-trailing-comma

chore: add comman dangle rule for multiline
This commit is contained in:
haslinghuis 2021-12-22 01:56:16 +01:00 committed by GitHub
commit c09d64b9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 203 additions and 202 deletions

View file

@ -424,7 +424,7 @@ function dist_rollup() {
// accordingly inside of `dist`
entryFileNames: '[name].js',
dir: DIST_DIR,
})
}),
);
}
@ -559,7 +559,7 @@ function injectARMCache(flavor, done) {
process.exit(1);
}
done();
}
},
);
}
});
@ -828,7 +828,7 @@ function release_osx64(appDirectory) {
},
},
},
})
}),
);
}