This replaces `marvinpinto/action-automatic-releases`, which hasn't been updated since Jan 29 2022.
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
/** @type {import("prettier").Config} */
|
|
module.exports = {
|
|
editorconfig: true,
|
|
singleQuote: false,
|
|
jsxSingleQuote: false,
|
|
arrowParens: "always",
|
|
trailingComma: "all",
|
|
bracketSameLine: false,
|
|
};
|