@comparto/prettier-config
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/comparto/prettier-config/compare/v1.0.0...v1.1.0) (2020-07-22) | ||
### Features | ||
* 🎸 enabled trailing commas in es5 objects ([8f254be](https://github.com/comparto/prettier-config/commit/8f254beb10095566da0beaffdad71cd2af50d505)), closes [#5](https://github.com/comparto/prettier-config/issues/5) | ||
# 1.0.0 (2020-07-16) | ||
@@ -2,0 +9,0 @@ |
@@ -8,4 +8,4 @@ { | ||
"arrowParens": "avoid", | ||
"trailingComma": "none", | ||
"trailingComma": "es5", | ||
"quoteProps": "consistent" | ||
} |
{ | ||
"name": "@comparto/prettier-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "index.json", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
4170