From e468c717ef219cb7e1561b4599f5732c3098ffde Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Fri, 19 Apr 2024 16:18:23 +0200 Subject: [PATCH] fix: fixed prettier execution --- prettier.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prettier.config.js b/prettier.config.js index 3ad6bc5..a4f9252 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,6 +1,6 @@ // Changes over the default config are marked with a double exclamation mark. -module.exports = { +export default { // We generally allow wider code lines, but for auto formatting this // is quite a good rule to produce readable code. // In ESLint we allow for code being 110 character long, comments 140 characters.