@ausweis/prettier
Advanced tools
+6
-0
| # @ausweis/prettier | ||
| ## 0.2.45 | ||
| ### Patch Changes | ||
| - 2dd94f6: fix: pretteir | ||
| ## 0.2.44 | ||
@@ -4,0 +10,0 @@ |
+7
-4
@@ -5,8 +5,11 @@ /** @typedef {import("prettier").Config} PrettierConfig */ | ||
| const config = { | ||
| printWidth: 80, | ||
| plugins: ['prettier-plugin-organize-imports'], | ||
| trailingComma: 'es5', | ||
| tabWidth: 2, | ||
| singleQuote: true, | ||
| trailingComma: 'all', | ||
| tabWidth: 2, | ||
| arrowParens: 'always', | ||
| useTabs: false, | ||
| jsxSingleQuote: false, | ||
| arrowParens: 'avoid', | ||
| bracketSpacing: true, | ||
| bracketSameLine: false, | ||
| semi: true, | ||
@@ -13,0 +16,0 @@ proseWrap: 'always', // printWidth line breaks in md/mdx |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| "private": false, | ||
| "version": "0.2.44", | ||
| "version": "0.2.45", | ||
| "type": "module", | ||
@@ -18,3 +18,3 @@ "exports": { | ||
| "typescript": "^5.5.4", | ||
| "@ausweis/typescript": "0.2.44" | ||
| "@ausweis/typescript": "0.2.45" | ||
| }, | ||
@@ -21,0 +21,0 @@ "peerDependencies": { |
1346
10.69%21
16.67%