@abinnovision/prettier-config
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
## [2.1.1](https://github.com/abinnovision/js-commons/compare/prettier-config-v2.1.0...prettier-config-v2.1.1) (2024-10-10) | ||
### Bug Fixes | ||
* always require trailingComma ([#327](https://github.com/abinnovision/js-commons/issues/327)) ([ebf8d17](https://github.com/abinnovision/js-commons/commit/ebf8d1701054f7add9604227b722e40d6a426334)) | ||
* **prettier-config:** add override for pnpm-lock.yaml ([#326](https://github.com/abinnovision/js-commons/issues/326)) ([a7d6fcb](https://github.com/abinnovision/js-commons/commit/a7d6fcb27e62c52bdf27e6d88b3e338a78b03e65)) | ||
## [2.1.0](https://github.com/abinnovision/js-commons/compare/prettier-config-v2.0.0...prettier-config-v2.1.0) (2024-08-05) | ||
@@ -4,0 +12,0 @@ |
@@ -7,6 +7,14 @@ // src/index.ts | ||
semi: true, | ||
trailingComma: "es5", | ||
trailingComma: "all", | ||
bracketSpacing: true, | ||
arrowParens: "always", | ||
endOfLine: "lf" | ||
endOfLine: "lf", | ||
overrides: [ | ||
{ | ||
files: ["pnpm-lock.yaml"], | ||
options: { | ||
requirePragma: true | ||
} | ||
} | ||
] | ||
}; | ||
@@ -13,0 +21,0 @@ var src_default = config; |
{ | ||
"name": "@abinnovision/prettier-config", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"type": "module", | ||
@@ -43,7 +43,7 @@ "repository": { | ||
"@types/prettier": "^3.0.0", | ||
"eslint": "^9.8.0", | ||
"globals": "^15.9.0", | ||
"eslint": "^9.9.1", | ||
"globals": "^15.10.0", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
"tsup": "^8.3.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18473
64