@shopify/prettier-config
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [1.1.0] - 2020-05-14 | ||
### Changed | ||
- Explicitly set default for `"arrowParens": "always"`. Although it is a default for prettier as of v2.0, it was `avoid` in prior versions. Specifying it explicitly here will result in the same config, not matter which version of prettier used. | ||
## [1.0.0] - 2020-05-12 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"arrowParens": "always", | ||
"singleQuote": true, | ||
@@ -3,0 +4,0 @@ "bracketSpacing": false, |
{ | ||
"name": "@shopify/prettier-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Shared prettier configuration", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2503
6