style: format
This commit is contained in:
parent
097f57374a
commit
a6d69918fc
@ -120,7 +120,7 @@ const staged = async () => {
|
|||||||
|
|
||||||
const existing = await asyncFilter(
|
const existing = await asyncFilter(
|
||||||
files,
|
files,
|
||||||
async ({ filename }) => await exists(filename)
|
({ filename }) => exists(filename)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!existing.length) {
|
if (!existing.length) {
|
||||||
|
@ -68,7 +68,7 @@ const runLintAndGitAdd = async (staged, pkgs) => {
|
|||||||
|
|
||||||
const existing = await asyncFilter(
|
const existing = await asyncFilter(
|
||||||
staged,
|
staged,
|
||||||
async ({ filename }) => await exists(filename)
|
({ filename }) => exists(filename)
|
||||||
);
|
);
|
||||||
|
|
||||||
const checksums = await map(existing, async file => {
|
const checksums = await map(existing, async file => {
|
||||||
|
Loading…
Reference in New Issue
Block a user