@senojs/prettier-config
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.2.2](https://github.com/senoteam/style-guide/compare/@senojs/prettier-config@0.2.1...@senojs/prettier-config@0.2.2) (2023-08-16) | ||
### Performance Improvements | ||
- **prettier-config:** update `printWidth` from `120` to `100` ([224cd94](https://github.com/senoteam/style-guide/commit/224cd943bb8753970bcbec5285623a988ce27e37)) | ||
## [0.2.1](https://github.com/senoteam/style-guide/compare/@senojs/prettier-config@0.2.0...@senojs/prettier-config@0.2.1) (2023-08-15) | ||
@@ -8,0 +14,0 @@ |
export default { | ||
printWidth: 120, | ||
printWidth: 100, | ||
quoteProps: 'consistent', | ||
@@ -4,0 +4,0 @@ semi: false, |
{ | ||
"name": "@senojs/prettier-config", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "prettier config", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "22dcde7e7048ee407aaf6e1dce8fa6aa8a8964e4" | ||
"gitHead": "50c3000d4decf88b17f902bc67b991ff501e87da" | ||
} |
Sorry, the diff of this file is not supported yet
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
4630