Remove vendored CI release action (#131)

This commit is contained in:
peelz
2023-05-24 15:49:39 -04:00
committed by GitHub
parent 3836ed40d6
commit 4017feca6d
119 changed files with 5 additions and 16085 deletions

View File

@@ -1,15 +0,0 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{json,yml}]
indent_style = space
indent_size = 2
[*.{js,cjs,mjs,jsx,ts,tsx}]
indent_style = space
indent_size = 2
max_line_length = 100

View File

@@ -1 +0,0 @@
lts/gallium

11805
.github/actions/github-release/.pnp.cjs generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
/** @type {import("prettier").Config} */
module.exports = {
editorconfig: true,
singleQuote: false,
jsxSingleQuote: false,
arrowParens: "always",
trailingComma: "all",
bracketSameLine: false,
};

View File

@@ -1,6 +0,0 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"esbenp.prettier-vscode"
]
}

View File

@@ -1,9 +0,0 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
}

Some files were not shown because too many files have changed in this diff Show More