@backpackjs/prettier-config
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.4.0](https://github.com/backpackjs/backpackjs-monorepo/compare/@backpackjs/prettier-config@4.3.0...@backpackjs/prettier-config@4.4.0) (2022-06-28) | ||
**Note:** Version bump only for package @backpackjs/prettier-config | ||
# [4.3.0](https://github.com/backpackjs/backpackjs-monorepo/compare/@backpackjs/prettier-config@1.1.1...@backpackjs/prettier-config@4.3.0) (2022-06-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@backpackjs/prettier-config", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "author": "BackpackJS <dev@packdigial.com> (http://packdigital.com/)", | ||
}, | ||
"gitHead": "51b3679cfced77999d2511f91f4673073a2ff2dd" | ||
"gitHead": "b740643ef0bb24941dd43e481870c6cfb537e458" | ||
} |
@@ -7,3 +7,3 @@ module.exports = { | ||
semi: true, | ||
singleQuote: false, | ||
singleQuote: true, | ||
quoteProps: "as-needed", | ||
@@ -10,0 +10,0 @@ jsxQuotes: false, |
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
3432