feature: add download all file by file alongside the tar download (#415)
This commit is contained in:
parent
27e9b7eb35
commit
3e7e95b53c
23 changed files with 79 additions and 82 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @type {import('prettier').Config & import("@ianvs/prettier-plugin-sort-imports").PluginConfig}
|
||||
* @type {import('prettier').Config}
|
||||
*/
|
||||
const config = {
|
||||
arrowParens: "always",
|
||||
|
|
@ -7,7 +7,6 @@ const config = {
|
|||
singleQuote: false,
|
||||
semi: true,
|
||||
tabWidth: 2,
|
||||
plugins: ["@ianvs/prettier-plugin-sort-imports"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue