@emerson-eps/prettier-config
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@emerson-eps/prettier-config", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Shared Prettier config for Emerson E&P Software", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,5 +10,2 @@ /** | ||
module.exports = { | ||
// arrowParens default since Prettier v2.0.0 is "always" | ||
// "avoid" present to avoid reformatting pre v2.0 code. | ||
arrowParens: "avoid", | ||
// trailingComma default since Prettier v3 is "all" | ||
@@ -15,0 +12,0 @@ // setting to "es5" for nicer formatting of JSX and less formatting changes. |
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
4925
20