Sign In

@ausweis/prettier

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausweis/prettier - npm Package Compare versions

Comparing version
0.2.44
to
0.2.45
+6
-0
CHANGELOG.md
# @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

@@ -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": {