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:
commit
c09d64b9b2
43 changed files with 203 additions and 202 deletions
|
@ -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) {
|
|||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue