Vendor publish-release CI action

This replaces `marvinpinto/action-automatic-releases`, which hasn't been
updated since Jan 29 2022.
This commit is contained in:
peelz
2023-05-08 12:18:50 -04:00
parent 886fa9ed80
commit 32645c0dd2
119 changed files with 16086 additions and 5 deletions
@@ -0,0 +1,9 @@
/** @type {import("prettier").Config} */
module.exports = {
editorconfig: true,
singleQuote: false,
jsxSingleQuote: false,
arrowParens: "always",
trailingComma: "all",
bracketSameLine: false,
};